Skip to content

Commit

Permalink
feat: set sidebar items
Browse files Browse the repository at this point in the history
  • Loading branch information
stfsy committed Apr 26, 2022
1 parent 7bd5253 commit 95ea742
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,21 @@ module.exports = {
text: 'API Reference',
link: '/api-reference/',
}],
sidebar: [{
text: 'Introduction',
link: '/introduction/',
}, {
text: 'Getting Started',
link: '/getting-started/',
}, {
text: 'API Overview',
link: '/api-overview/',
}, {
text: 'API Best Practices',
link: '/api-best-practices/',
}, {
text: 'API Reference',
link: '/api-reference/',
}],
},
}

0 comments on commit 95ea742

Please sign in to comment.