diff --git a/.vitepress/config.js b/.vitepress/config.js index 4160d73a..b79623b1 100644 --- a/.vitepress/config.js +++ b/.vitepress/config.js @@ -29,16 +29,16 @@ export default defineConfig({ nav: [ { text: "Getting Started", link: "/docs/getting-started" }, { text: "Download", link: "https://github.com/rmcrackan/Libation/releases/latest" }, - { text: "Report Issues", link: "https://github.com/rmcrackan/Libation/issues" }, + { text: "Issues & Requests", link: "https://github.com/rmcrackan/Libation/issues" }, { text: "Donate", link: "https://www.paypal.com/paypalme/mcrackan" }, ], sidebar: [ { items: [ - { text: "Getting Started", link: "/docs/index" }, + { text: "Getting Started", link: "/docs/getting-started" }, { text: "FAQ", link: "/docs/frequently-asked-questions" }, { - text: "Report Issues", + text: "Issues & Requests", link: "https://github.com/rmcrackan/Libation/issues", }, { text: "Donate", link: "https://www.paypal.com/paypalme/mcrackan" }, @@ -47,25 +47,17 @@ export default defineConfig({ { text: "Installation", collapsed: false, - items: [ - { - text: "Install on Linux", - link: "/docs/installation/linux", - }, - { text: "Install on Mac", link: "/docs/installation/mac" }, + { text: "Linux", link: "/docs/installation/linux" }, + { text: "Mac", link: "/docs/installation/mac" }, { text: "Docker", link: "/docs/installation/docker" }, ], }, { text: "Features", collapsed: false, - items: [ - { - text: "Audio File Formats", - link: "/docs/features/audio-file-formats", - }, + { text: "Audio File Formats", link: "/docs/features/audio-file-formats" }, { text: "Naming Templates", link: "/docs/features/naming-templates" }, { text: "Searching & Filtering", diff --git a/index.md b/index.md index 92c4500e..55603318 100644 --- a/index.md +++ b/index.md @@ -13,7 +13,7 @@ hero: text: Download link: https://github.com/rmcrackan/Libation/releases/latest - theme: alt - text: Report Issues + text: Issues & Requests link: https://github.com/rmcrackan/Libation/issues features: