@@ -15,39 +15,26 @@ export const en: NavbarConfig = [
1515 text : 'CLI' ,
1616 link : '/reference/cli.html' ,
1717 } ,
18- {
19- text : 'Config' ,
20- link : '/reference/config.html' ,
21- } ,
22- {
23- text : 'Frontmatter' ,
24- link : '/reference/frontmatter.html' ,
25- } ,
26- {
27- text : 'Built-in Components' ,
28- link : '/reference/components.html' ,
29- } ,
30- {
31- text : 'Plugin API' ,
32- link : '/reference/plugin-api.html' ,
33- } ,
18+ '/reference/config.md' ,
19+ '/reference/frontmatter.md' ,
20+ '/reference/components.md' ,
21+ '/reference/plugin-api.md' ,
22+ '/reference/theme-api.md' ,
23+ ] ,
24+ } ,
25+ {
26+ text : 'Bundler' ,
27+ children : [
28+ '/reference/bundler/webpack.md' ,
29+ '/reference/bundler/vite.md' ,
3430 ] ,
3531 } ,
3632 {
3733 text : 'Default Theme' ,
3834 children : [
39- {
40- text : 'Config' ,
41- link : '/reference/default-theme/config.html' ,
42- } ,
43- {
44- text : 'Frontmatter' ,
45- link : '/reference/default-theme/frontmatter.html' ,
46- } ,
47- {
48- text : 'Built-in Components' ,
49- link : '/reference/default-theme/components.html' ,
50- } ,
35+ '/reference/default-theme/config.md' ,
36+ '/reference/default-theme/frontmatter.md' ,
37+ '/reference/default-theme/components.md' ,
5138 ] ,
5239 } ,
5340 ] ,
0 commit comments