We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 254e15b commit 9c8f54cCopy full SHA for 9c8f54c
docs/.vitepress/config.ts
@@ -113,11 +113,11 @@ function sidebarGuide() {
113
text: 'Customization',
114
collapsed: false,
115
items: [
116
- { text: 'Default Theme', link: '/guide/default-theme' },
117
- {
118
- text: 'Extending the Default Theme',
119
- link: '/guide/customization-extending-default-theme'
120
- },
+ // { text: 'Default Theme', link: '/guide/default-theme' },
+ // {
+ // text: 'Extending the Default Theme',
+ // link: '/guide/customization-extending-default-theme'
+ // },
121
{ text: 'Building a Custom Theme', link: '/guide/customization-intro' },
122
{
123
text: 'Runtime API',
0 commit comments