We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dc59c1 commit 597b3cdCopy full SHA for 597b3cd
1 file changed
rspress.config.ts
@@ -65,7 +65,8 @@ export default defineConfig({
65
]
66
},
67
nav: [
68
- { text: 'Docs', link: '/guide/index', activeMatch: '/.+' }
+ { text: 'Docs', link: '/guide/index', activeMatch: '/guide/.+' },
69
+ { text: 'API', link: '/api/index', activeMatch: '/api/.+' }
70
71
}
72
})
0 commit comments