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 d9d0ba5 commit 75f6c1fCopy full SHA for 75f6c1f
docs/.vitepress/config/en.ts
@@ -165,7 +165,7 @@ function nav(): DefaultTheme.NavItem[] {
165
{
166
text: 'Hooks',
167
link: '/hooks/useRequest/quick-start',
168
- activeMatch: '/hooks/useRequest/quick-start'
+ activeMatch: '/hooks'
169
},
170
171
text: '🤺 Playground',
docs/.vitepress/config/zh.ts
@@ -192,7 +192,7 @@ function nav(): DefaultTheme.NavItem[] {
192
193
194
link: '/zh/hooks/useRequest/quick-start',
195
- activeMatch: '/zh/hooks/useRequest/quick-start'
+ activeMatch: '/zh/hooks'
196
197
198
text: '🤺 演武场',
0 commit comments