Skip to content

Commit 597b3cd

Browse files
committed
docs: add link to API
1 parent 1dc59c1 commit 597b3cd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

rspress.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ export default defineConfig({
6565
]
6666
},
6767
nav: [
68-
{ text: 'Docs', link: '/guide/index', activeMatch: '/.+' }
68+
{ text: 'Docs', link: '/guide/index', activeMatch: '/guide/.+' },
69+
{ text: 'API', link: '/api/index', activeMatch: '/api/.+' }
6970
]
7071
}
7172
})

0 commit comments

Comments
 (0)