mirror of
https://github.com/rmcrackan/Libation.git
synced 2025-12-23 22:17:52 -05:00
update nav and homepage buttons
This commit is contained in:
@@ -6,6 +6,9 @@ export default defineConfig({
|
|||||||
description: "Libation: Liberate your Library - A free application for downloading your Audible audiobooks",
|
description: "Libation: Liberate your Library - A free application for downloading your Audible audiobooks",
|
||||||
head: [["link", { rel: "icon", href: "/favicon.ico" }]],
|
head: [["link", { rel: "icon", href: "/favicon.ico" }]],
|
||||||
cleanUrls: true,
|
cleanUrls: true,
|
||||||
|
rewrites: {
|
||||||
|
"docs/index.md": "docs/getting-started.md",
|
||||||
|
},
|
||||||
themeConfig: {
|
themeConfig: {
|
||||||
// https://vitepress.dev/reference/default-theme-config
|
// https://vitepress.dev/reference/default-theme-config
|
||||||
logo: {
|
logo: {
|
||||||
@@ -24,9 +27,9 @@ export default defineConfig({
|
|||||||
lastUpdated: true,
|
lastUpdated: true,
|
||||||
|
|
||||||
nav: [
|
nav: [
|
||||||
{ text: "Home", link: "/index.md" },
|
{ text: "Getting Started", link: "/docs/getting-started" },
|
||||||
{ text: "Documentation", link: "/docs/index" },
|
{ text: "Download", link: "https://github.com/rmcrackan/Libation/releases/latest" },
|
||||||
{ text: "FAQ", link: "/docs/frequently-asked-questions" },
|
{ text: "Report 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" },
|
||||||
],
|
],
|
||||||
sidebar: [
|
sidebar: [
|
||||||
|
|||||||
40
index.md
40
index.md
@@ -7,31 +7,36 @@ hero:
|
|||||||
tagline: A free, open-source application for downloading and managing your Audible audiobooks
|
tagline: A free, open-source application for downloading and managing your Audible audiobooks
|
||||||
actions:
|
actions:
|
||||||
- theme: brand
|
- theme: brand
|
||||||
text: Documentation
|
text: Getting Started
|
||||||
link: /docs/index
|
link: /docs/getting-started
|
||||||
- theme: alt
|
- theme: alt
|
||||||
text: View on GitHub
|
text: Download
|
||||||
link: https://github.com/rmcrackan/Libation
|
link: https://github.com/rmcrackan/Libation/releases/latest
|
||||||
|
- theme: alt
|
||||||
|
text: Report Issues
|
||||||
|
link: https://github.com/rmcrackan/Libation/issues
|
||||||
|
|
||||||
features:
|
features:
|
||||||
|
- title: Powered by AAXClean
|
||||||
|
details: Now uses the lightweight AAXClean for decryption, replacing the ffmpeg.
|
||||||
|
|
||||||
- title: Region Support
|
- title: Region Support
|
||||||
details: Supports most regions US, UK, Canada, Germany, France, Australia, Japan, India, and Spain
|
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
|
- title: Search
|
||||||
details: Powerful advanced search built on the Lucene search engine
|
details: Powerful advanced search built on the Lucene search engine
|
||||||
- title: Filters
|
- title: Filters
|
||||||
details: Customizable saved filters for common searches
|
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
|
> [!NOTE] Be aware of
|
||||||
@@ -43,3 +48,6 @@ features:
|
|||||||
|
|
||||||
> [!WARNING] Disclaimer
|
> [!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.
|
> 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.
|
||||||
Reference in New Issue
Block a user