Skip to content

Commit

Permalink
docs: hide 404 entries from sidebar for now
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd committed Mar 1, 2023
1 parent 254e15b commit 9c8f54c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/.vitepress/config.ts
Expand Up @@ -113,11 +113,11 @@ function sidebarGuide() {
text: 'Customization',
collapsed: false,
items: [
{ text: 'Default Theme', link: '/guide/default-theme' },
{
text: 'Extending the Default Theme',
link: '/guide/customization-extending-default-theme'
},
// { text: 'Default Theme', link: '/guide/default-theme' },
// {
// text: 'Extending the Default Theme',
// link: '/guide/customization-extending-default-theme'
// },
{ text: 'Building a Custom Theme', link: '/guide/customization-intro' },
{
text: 'Runtime API',
Expand Down

0 comments on commit 9c8f54c

Please sign in to comment.