We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15e82b0 commit 26bcf7cCopy full SHA for 26bcf7c
docs/.vitepress/config.ts
@@ -181,7 +181,7 @@ function getSidebarGuide(mode: 'code-based' | 'file-based') {
181
{ text: 'Code Splitting', link: '/code-splitting' },
182
{ text: 'Preloading', link: '/preloading' },
183
{ text: 'Route Metadata', link: '/route-metadata' },
184
- { text: 'Route Groups', link: '/route-groups' },
+ ...(mode === 'file-based' ? [{ text: 'Route Groups', link: '/route-groups' }] : []),
185
{ text: 'Scroll Behavior', link: '/scroll-behavior' },
186
{ text: 'View Transitions', link: '/view-transitions' },
187
],
0 commit comments