missing entries in index.md

This commit is contained in:
Robert McRackan
2026-07-28 14:41:25 -04:00
parent 43216b2947
commit 6bc82f7c6e
2 changed files with 11 additions and 1 deletions

View File

@@ -45,3 +45,10 @@ npm run docs:preview
New markdown files are routed from their path automatically (for example `docs/getting-started.md` -> `/docs/getting-started`, or `donate.md` at the repo root -> `/donate`).
To show a page in the sidebar or top nav, add it in `.vitepress/config.js`. A page can exist and be reachable by URL without being linked in navigation.
When you add a docs page that belongs in the documentation index, update **both**:
- `docs/index.md` (Documentation Overview)
- the **Documentation** section of root `index.md` (home page)
Those two TOC lists should stay the same. The home page has extra marketing content above them; the link lists should match.

View File

@@ -64,7 +64,7 @@ features:
Platform-specific installation guides:
- **[Linux Installation](/docs/installation/linux)** - Install Libation on Linux
- **[Linux Installation](/docs/installation/linux)** - Install Libation on Linux (includes [Snap](/docs/installation/linux#snap) notes)
- **[Mac Installation](/docs/installation/mac)** - Install Libation on macOS
- **[Docker Installation](/docs/installation/docker)** - Run Libation in a Docker container
@@ -76,10 +76,13 @@ Learn about Libation's powerful features:
- **[Audiobookshelf Auto-Upload](/docs/features/audiobookshelf)** - Optionally upload liberated books to Audiobookshelf
- **[Naming Templates](/docs/features/naming-templates)** - Customize how your audiobook files are named
- **[Searching & Filtering](/docs/features/searching-and-filtering)** - Find and organize your audiobooks
- **[Easy guide to searching](/docs/features/lucene)** - Tutorial for search queries
### Advanced
- **[Advanced Topics](/docs/advanced/advanced)** - Deep dives and configuration details
- **[Command Line Interface](/docs/advanced/command-line-interface)** - CLI usage and commands
- **[Troubleshooting](/docs/advanced/troubleshoot)** - Common errors and solutions
- **[Spatial Audio & DRM](/docs/advanced/spatial-audio)** - Why Dolby Atmos download is not available and what still works
### Development