mirror of
https://github.com/rmcrackan/Libation.git
synced 2025-12-23 22:17:52 -05:00
rename 'report issues' button to 'issues & requests' and simple installation routes
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
2
index.md
2
index.md
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user