From d60ec0702c4f06c37316cc1cf209644a725ad76f Mon Sep 17 00:00:00 2001 From: radiorambo Date: Tue, 16 Dec 2025 13:07:55 +0530 Subject: [PATCH] update nav and homepage buttons --- .vitepress/config.js | 9 ++++++--- index.md | 40 ++++++++++++++++++++++++---------------- 2 files changed, 30 insertions(+), 19 deletions(-) diff --git a/.vitepress/config.js b/.vitepress/config.js index aa8e6dfa..4160d73a 100644 --- a/.vitepress/config.js +++ b/.vitepress/config.js @@ -6,6 +6,9 @@ export default defineConfig({ description: "Libation: Liberate your Library - A free application for downloading your Audible audiobooks", head: [["link", { rel: "icon", href: "/favicon.ico" }]], cleanUrls: true, + rewrites: { + "docs/index.md": "docs/getting-started.md", + }, themeConfig: { // https://vitepress.dev/reference/default-theme-config logo: { @@ -24,9 +27,9 @@ export default defineConfig({ lastUpdated: true, nav: [ - { text: "Home", link: "/index.md" }, - { text: "Documentation", link: "/docs/index" }, - { text: "FAQ", link: "/docs/frequently-asked-questions" }, + { 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: "Donate", link: "https://www.paypal.com/paypalme/mcrackan" }, ], sidebar: [ diff --git a/index.md b/index.md index bd2d11ad..92c4500e 100644 --- a/index.md +++ b/index.md @@ -7,31 +7,36 @@ hero: tagline: A free, open-source application for downloading and managing your Audible audiobooks actions: - theme: brand - text: Documentation - link: /docs/index + text: Getting Started + link: /docs/getting-started - theme: alt - text: View on GitHub - link: https://github.com/rmcrackan/Libation + text: Download + link: https://github.com/rmcrackan/Libation/releases/latest + - theme: alt + text: Report Issues + link: https://github.com/rmcrackan/Libation/issues features: + - title: Powered by AAXClean + details: Now uses the lightweight AAXClean for decryption, replacing the ffmpeg. + - title: Region Support details: Supports most regions US, UK, Canada, Germany, France, Australia, Japan, India, and Spain - - title: Cross-Platform - details: Fully supported on Windows, Mac, and Linux - - title: PDF Download - details: Download accompanying PDFs - - title: Import Library - details: Import your library from Audible, including cover art - - title: DRM Removal - details: Download and remove DRM from all books - - title: PDFs - details: Download accompanying PDFs - - title: Organization - details: Add tags to books for better organization - title: Search details: Powerful advanced search built on the Lucene search engine - title: Filters details: Customizable saved filters for common searches + - title: Import Library + details: Import your library from Audible, including cover art + - title: Cross-Platform + details: Fully supported on Windows, Mac, and Linux + - title: PDF Download + details: Download accompanying PDFs + + - title: DRM Removal + details: Download and remove DRM from all books + - title: Organization + details: Add tags to books for better organization --- > [!NOTE] Be aware of @@ -43,3 +48,6 @@ features: > [!WARNING] Disclaimer > I've made every good-faith effort to include nothing insecure, malicious, anti-privacy, or destructive. That said: **use at your own risk**. I made this for myself and I want to share it with the great programming and audible/audiobook communities which have been so generous with their time and help. + +> [!TIP] Alternatives +> Is Libation just not right for you? Similar apps are on [AudiobookHub](https://github.com/rmcrackan/AudiobookHub), nearly all of which are also free. \ No newline at end of file