Skip to content

Commit 65010dd

Browse files
committed
docs: add api navbar link
1 parent d39f9a8 commit 65010dd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/.vuepress/config.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ module.exports = {
2121
text: 'Guide',
2222
link: '/guide/',
2323
},
24+
{
25+
text: 'API',
26+
link: '/api/',
27+
},
2428
],
2529
sidebar: {
2630
'/guide/': [
@@ -51,6 +55,10 @@ module.exports = {
5155
text: '指南',
5256
link: '/zh/guide/',
5357
},
58+
{
59+
text: 'API',
60+
link: '/zh/api/',
61+
},
5462
],
5563
sidebar: {
5664
'/zh/guide/': [

0 commit comments

Comments
 (0)