Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -824,7 +824,11 @@ export default defineConfig({
label: "准备工作",
collapsed: true,
items: [
{ label: "文本编辑器", collapsed: true, autogenerate: { directory: "bedrock/preparation/text-editor" } }
{
label: "文本编辑器",
collapsed: true,
autogenerate: { directory: "bedrock/preparation/text-editor" }
}
]
},
{
Expand Down Expand Up @@ -1007,7 +1011,7 @@ export default defineConfig({
"bedrock/preparation/java/sdkman",
"bedrock/preparation/java/faq"
]
},
}
]
},
"bedrock/waterdogepe/install",
Expand Down
1 change: 1 addition & 0 deletions src/content/docs/bedrock/preparation/text-editor/intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ topic: bedrock
sidebar:
order: 1
---

import Doc from "../../../general/preparation/text-editor/intro.md";

<Doc />
1 change: 1 addition & 0 deletions src/content/docs/bedrock/preparation/text-editor/nano.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ topic: bedrock
sidebar:
order: 6
---

import Doc from "../../../general/preparation/text-editor/nano.md";

<Doc />
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ topic: bedrock
sidebar:
order: 3
---

import Doc from "../../../general/preparation/text-editor/notepad.md";

<Doc />
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ topic: bedrock
sidebar:
order: 4
---

import Doc from "../../../general/preparation/text-editor/sublime-text.md";

<Doc />
1 change: 1 addition & 0 deletions src/content/docs/bedrock/preparation/text-editor/vim.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ topic: bedrock
sidebar:
order: 5
---

import Doc from "../../../general/preparation/text-editor/vim.md";

<Doc />
1 change: 1 addition & 0 deletions src/content/docs/java/preparation/text-editor/intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ topic: java
sidebar:
order: 1
---

import Doc from "../../../general/preparation/text-editor/intro.md";

<Doc />
1 change: 1 addition & 0 deletions src/content/docs/java/preparation/text-editor/nano.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ topic: java
sidebar:
order: 6
---

import Doc from "../../../general/preparation/text-editor/nano.md";

<Doc />
1 change: 1 addition & 0 deletions src/content/docs/java/preparation/text-editor/notepad.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ topic: java
sidebar:
order: 3
---

import Doc from "../../../general/preparation/text-editor/notepad.md";

<Doc />
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ topic: java
sidebar:
order: 4
---

import Doc from "../../../general/preparation/text-editor/sublime-text.md";

<Doc />
1 change: 1 addition & 0 deletions src/content/docs/java/preparation/text-editor/vim.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ topic: java
sidebar:
order: 5
---

import Doc from "../../../general/preparation/text-editor/vim.md";

<Doc />
1 change: 1 addition & 0 deletions src/content/docs/java/preparation/text-editor/vscode.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ topic: java
sidebar:
order: 2
---

import Doc from "../../../general/preparation/text-editor/vscode.md";

<Doc />
Loading