Skip to content

Commit 0b88130

Browse files
committed
docs: prepare v12 api refenrece
1 parent 6dbdef5 commit 0b88130

File tree

10 files changed

+1067
-113
lines changed

10 files changed

+1067
-113
lines changed

docs/.vitepress/config.mts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ export default defineConfig({
4646
sidebar: {
4747
'/guide/': sidebarGuide(),
4848
'/api/': sidebarApi(),
49+
// NOTE: if we need to support multiple versions, we can be enble the following sidebar items
4950
// '/api/v11/': sidebarApi('v11/'),
5051
'/ecosystem/': sidebarEcosystem()
5152
}
@@ -61,6 +62,7 @@ function nav() {
6162
{
6263
text: 'API',
6364
link: '/api/general',
65+
// NOTE: if we need to support multiple versions, we can be enble the following navigation items
6466
// items: [{ text: 'latest', link: '/api/general' }, { text: 'v9 ~ v11', link: '/api/v11/general' }]
6567
},
6668
{

0 commit comments

Comments
 (0)