Closed ulivz closed 2 years ago
Position the sidebar links on the left.
// .vuepress/config.ts export default { nav: [ { text: "Left1", link: "/guide/api-page", position: "left" }, { text: "Left2", link: "/guide/configuration", position: "left" }, ], }
N/A
Yes
closed by https://github.com/piajs/vt/pull/74
What problem does this feature solve?
Position the sidebar links on the left.
What does the proposed API look like?
How should this be implemented in your opinion?
N/A
Are you willing to work on this yourself?
Yes