Skip to content

Commit f36e65f

Browse files
committed
1
1 parent e626083 commit f36e65f

File tree

5 files changed

+10
-1557
lines changed

5 files changed

+10
-1557
lines changed

astro.config.mjs

Lines changed: 10 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,15 @@ export default defineConfig({
7070
{ label: '内容主页', slug: 'welcome' },
7171
],
7272
},
73+
{
74+
label: 'Astro-Starlight',
75+
items: [
76+
{ label: 'Astro-Starlight 简要配置', slug: 'astro-starlight/astro-starlight-example' },
77+
{ label: 'Astro-Starlight 扩展', slug: 'astro-starlight/starlight-writing-extensions'},
78+
{ label: 'Astro-Starlight 写作脚本', slug: 'astro-starlight/astro-starlight-scripts' },
79+
{ label: 'Astro-Starlight 加密内容示例', slug: 'astro-starlight/astro-starlight-encrypted' },
80+
],
81+
},
7382
{
7483
label: '文本及用语规范',
7584
items: [
@@ -99,40 +108,13 @@ export default defineConfig({
99108
{ label: '面向开放 MacOS 的一小步', slug: 'awful-mac/mac-cmd' },
100109
],
101110
},
102-
{
103-
label: '便利工具收集',
104-
items: [
105-
{ label: '像只仓鼠囤积工具(归档)', slug: 'tools/hamster' },
106-
],
107-
},
108111
{
109112
label: 'Mermaid 原理图',
110113
items: [
111114
{ label: '项目应用技术原理图 (一)', slug: 'mermaid/mermaid-myproject-1' },
112115
],
113116
},
114-
{
115-
label: 'Astro-Starlight',
116-
items: [
117-
{ label: 'Astro-Starlight 简要配置', slug: 'astro-starlight/astro-starlight-example' },
118-
{ label: 'Astro-Starlight 扩展', slug: 'astro-starlight/starlight-writing-extensions'},
119-
{ label: 'Astro-Starlight 写作脚本', slug: 'astro-starlight/astro-starlight-scripts' },
120-
{ label: 'Astro-Starlight 加密内容示例', slug: 'astro-starlight/astro-starlight-encrypted' },
121-
],
122-
},
123-
{
124-
label: 'Astro-Paper',
125-
items: [
126-
{ label: 'Astro-Paper 简要配置', slug: 'astro-paper/astro-paper-example' },
127-
{ label: 'Astro-Paper 写作脚本', slug: 'astro-paper/astro-paper-scripts' },
128-
],
129-
},
130-
{
131-
label: 'Fumadocs',
132-
items: [
133-
{ label: 'Fumadocs 简要配置', slug: 'fumadocs/fumadocs-example' },
134-
],
135-
},
117+
136118
],
137119
}), markdoc()],
138120
});

0 commit comments

Comments
 (0)