Skip to content

Commit adb7d59

Browse files
committed
add sidebar
1 parent 06db9eb commit adb7d59

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

docs/.vitepress/config.js

+11-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,16 @@ export default {
1212
{ text: 'Item C', link: '/item-3' }
1313
]
1414
}
15-
]
15+
],
16+
sidebar: [
17+
{
18+
text: 'Guide',
19+
items: [
20+
{ text: 'Introduction', link: '/introduction' },
21+
{ text: 'Getting Started', link: '/getting-started' },
22+
...
23+
]
24+
}
25+
]
1626
}
1727
}

0 commit comments

Comments
 (0)