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