rename 'report issues' button to 'issues & requests' and simple installation routes

This commit is contained in:
radiorambo
2025-12-16 13:22:56 +05:30
parent 68846a90e5
commit 6961bd72fa
2 changed files with 7 additions and 15 deletions

View File

@@ -29,16 +29,16 @@ export default defineConfig({
nav: [ nav: [
{ text: "Getting Started", link: "/docs/getting-started" }, { text: "Getting Started", link: "/docs/getting-started" },
{ text: "Download", link: "https://github.com/rmcrackan/Libation/releases/latest" }, { 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" }, { text: "Donate", link: "https://www.paypal.com/paypalme/mcrackan" },
], ],
sidebar: [ sidebar: [
{ {
items: [ items: [
{ text: "Getting Started", link: "/docs/index" }, { text: "Getting Started", link: "/docs/getting-started" },
{ text: "FAQ", link: "/docs/frequently-asked-questions" }, { text: "FAQ", link: "/docs/frequently-asked-questions" },
{ {
text: "Report Issues", text: "Issues & Requests",
link: "https://github.com/rmcrackan/Libation/issues", link: "https://github.com/rmcrackan/Libation/issues",
}, },
{ text: "Donate", link: "https://www.paypal.com/paypalme/mcrackan" }, { text: "Donate", link: "https://www.paypal.com/paypalme/mcrackan" },
@@ -47,25 +47,17 @@ export default defineConfig({
{ {
text: "Installation", text: "Installation",
collapsed: false, collapsed: false,
items: [ items: [
{ { text: "Linux", link: "/docs/installation/linux" },
text: "Install on Linux", { text: "Mac", link: "/docs/installation/mac" },
link: "/docs/installation/linux",
},
{ text: "Install on Mac", link: "/docs/installation/mac" },
{ text: "Docker", link: "/docs/installation/docker" }, { text: "Docker", link: "/docs/installation/docker" },
], ],
}, },
{ {
text: "Features", text: "Features",
collapsed: false, collapsed: false,
items: [ 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: "Naming Templates", link: "/docs/features/naming-templates" },
{ {
text: "Searching & Filtering", text: "Searching & Filtering",

View File

@@ -13,7 +13,7 @@ hero:
text: Download text: Download
link: https://github.com/rmcrackan/Libation/releases/latest link: https://github.com/rmcrackan/Libation/releases/latest
- theme: alt - theme: alt
text: Report Issues text: Issues & Requests
link: https://github.com/rmcrackan/Libation/issues link: https://github.com/rmcrackan/Libation/issues
features: features: