docs: hide 404 entries from sidebar for now

pull/1504/merge
Divyansh Singh 1 year ago committed by GitHub
parent 254e15beb9
commit 9c8f54c9f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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',

Loading…
Cancel
Save