From ae83d86bf70a0e6c89d47b60dbe872f0a1feb4db Mon Sep 17 00:00:00 2001 From: Xoconoch Date: Sat, 23 Aug 2025 08:32:20 -0600 Subject: [PATCH] chore(docs): add homepage for docs --- docs/index.md | 15 +++++++++++++++ mkdocs.yml | 1 + 2 files changed, 16 insertions(+) create mode 100644 docs/index.md diff --git a/docs/index.md b/docs/index.md new file mode 100644 index 0000000..3cab717 --- /dev/null +++ b/docs/index.md @@ -0,0 +1,15 @@ +## Spotizerr Documentation + +Start with Getting started, then explore the sections below. + +- [Getting started](user/getting-started.md) +- [Configuration](user/configuration.md) +- [Tracks](user/tracks.md) +- [Albums](user/albums.md) +- [Playlists](user/playlists.md) +- [Artists](user/artists.md) +- [Watchlist](user/watchlist.md) +- [History](user/history.md) +- [Multi-user](user/multi-user.md) + +For API details, see [API](API_DOCUMENTATION.md). \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 0b324b4..8b28516 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -11,6 +11,7 @@ theme: - search.suggest - search.highlight nav: + - Home: docs/index.md - Getting started: docs/user/getting-started.md - Configuration: docs/user/configuration.md - Tracks: docs/user/tracks.md