diff --git a/docs/development/website.md b/docs/development/website.md index 31ad555a..e6da696a 100644 --- a/docs/development/website.md +++ b/docs/development/website.md @@ -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. diff --git a/index.md b/index.md index 299705cc..cd0aab1b 100644 --- a/index.md +++ b/index.md @@ -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