Skip to content

Commit 9c8f54c

Browse files
authored
docs: hide 404 entries from sidebar for now
1 parent 254e15b commit 9c8f54c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/.vitepress/config.ts

+5-5
Original file line numberDiff line numberDiff line change
@@ -113,11 +113,11 @@ function sidebarGuide() {
113113
text: 'Customization',
114114
collapsed: false,
115115
items: [
116-
{ text: 'Default Theme', link: '/guide/default-theme' },
117-
{
118-
text: 'Extending the Default Theme',
119-
link: '/guide/customization-extending-default-theme'
120-
},
116+
// { text: 'Default Theme', link: '/guide/default-theme' },
117+
// {
118+
// text: 'Extending the Default Theme',
119+
// link: '/guide/customization-extending-default-theme'
120+
// },
121121
{ text: 'Building a Custom Theme', link: '/guide/customization-intro' },
122122
{
123123
text: 'Runtime API',

0 commit comments

Comments
 (0)