Skip to content

Commit 252c7c0

Browse files
committed
update
1 parent f50a458 commit 252c7c0

File tree

2 files changed

+3
-27
lines changed

2 files changed

+3
-27
lines changed

src/pages/docs/DocsContent.astro

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ const docsByCate = docsCollection.reduce((acc: { [key: string]: typeof docsColle
1717
}, {})
1818
1919
const docCategories = {
20-
setup: 'Setup',
21-
integrations: 'Integrations',
22-
advanced: 'Advanced'
20+
test: 'Test'
2321
}
2422
2523
type Props = {

src/pages/docs/docsContents.ts

Lines changed: 2 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -5,31 +5,9 @@ export const docs: CardListData = {
55
title: 'Docs content',
66
list: [
77
{
8-
title: 'Setup',
8+
title: 'Test',
99
children: [
10-
{ title: 'Getting Started', link: '/docs/setup/getting-started' },
11-
{ title: 'Configuration', link: '/docs/setup/configuration' },
12-
{ title: 'Authoring Content', link: '/docs/setup/content' },
13-
{ title: 'Deployment', link: '/docs/setup/deployment' }
14-
]
15-
},
16-
{
17-
title: 'Integrations',
18-
children: [
19-
{ title: 'Comment System', link: '/docs/integrations/comment' },
20-
{ title: 'Friend Links', link: '/docs/integrations/links' },
21-
{ title: 'Shiki Code', link: '/docs/integrations/code' },
22-
{ title: 'User Components', link: '/docs/integrations/components' },
23-
{ title: 'Advanced Components', link: '/docs/integrations/advanced' },
24-
{ title: 'Other Integrations', link: '/docs/integrations/others' }
25-
]
26-
},
27-
{
28-
title: 'Advanced',
29-
children: [
30-
{ title: 'Update Theme', link: '/docs/advanced/update' },
31-
{ title: 'Optimize Your Site', link: '/docs/advanced/optimize' },
32-
{ title: 'Acknowledgements', link: '/docs/advanced/thanks' }
10+
{ title: 'Deployment', link: '/docs/test/test' }
3311
]
3412
}
3513
]

0 commit comments

Comments
 (0)