docs: hide 404 entries from sidebar for now

pull/1504/merge
Divyansh Singh 2 years 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', text: 'Customization',
collapsed: false, collapsed: false,
items: [ items: [
{ text: 'Default Theme', link: '/guide/default-theme' }, // { text: 'Default Theme', link: '/guide/default-theme' },
{ // {
text: 'Extending the Default Theme', // text: 'Extending the Default Theme',
link: '/guide/customization-extending-default-theme' // link: '/guide/customization-extending-default-theme'
}, // },
{ text: 'Building a Custom Theme', link: '/guide/customization-intro' }, { text: 'Building a Custom Theme', link: '/guide/customization-intro' },
{ {
text: 'Runtime API', text: 'Runtime API',

Loading…
Cancel
Save