ulivz / vt

🖼️ A "Post-VuePress Era" Documentation Theme (Deprecation Warning: For a next-gen SSG, please check out Rspress.)
https://vt.insx.dev
MIT License
137 stars 10 forks source link

feature request: nav links on the left #73

Closed ulivz closed 1 year ago

ulivz commented 1 year ago

What problem does this feature solve?

Position the sidebar links on the left.

What does the proposed API look like?

// .vuepress/config.ts
export default {
    nav: [
      { text: "Left1", link: "/guide/api-page", position: "left" },
      { text: "Left2", link: "/guide/configuration", position: "left" },
    ],
 }

How should this be implemented in your opinion?

N/A

Are you willing to work on this yourself?

Yes

ulivz commented 1 year ago

closed by https://github.com/piajs/vt/pull/74