update nav and homepage buttons

This commit is contained in:
radiorambo
2025-12-16 13:07:55 +05:30
parent 1c55c8533a
commit d60ec0702c
2 changed files with 30 additions and 19 deletions

View File

@@ -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: [

View File

@@ -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.