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
136 stars 10 forks source link

feat(theme): nav links on the left (close: 73) #74

Closed ulivz closed 1 year ago

ulivz commented 1 year ago

Snapshot

Config

export default {
  theme: "vt",
  themeConfig: {
    nav: [
      { text: "Guide", link: "/guide/" },
      { text: "API", link: "/api/" },
      { text: "Left1", link: "/guide/api-page", position: "left" },
      { text: "Left2", link: "/guide/configuration", position: "left" },
    ],
  },
};

Desktop

image

Mobile

image
vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
vt ✅ Ready (Inspect) Visit Preview Oct 31, 2022 at 10:05AM (UTC)
vuepress-docs ✅ Ready (Inspect) Visit Preview Oct 31, 2022 at 10:05AM (UTC)