mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2024-12-24 23:16:28 +00:00
29 lines
1.1 KiB
YAML
29 lines
1.1 KiB
YAML
site_name: 'SpotifyAPI-NET'
|
|
theme_dir: 'mytheme'
|
|
pages:
|
|
- 'Home': 'index.md'
|
|
- 'SpotifyAPI.Web':
|
|
- 'Getting started': 'SpotifyWebAPI/gettingstarted.md'
|
|
- 'Examples': 'SpotifyWebAPI/examples.md'
|
|
- 'Proxy': 'SpotifyWebAPI/proxy.md'
|
|
- '- Albums': 'SpotifyWebAPI/albums.md'
|
|
- '- Artists': 'SpotifyWebAPI/artists.md'
|
|
- '- Browse': 'SpotifyWebAPI/browse.md'
|
|
- '- Follow': 'SpotifyWebAPI/follow.md'
|
|
- '- Library': 'SpotifyWebAPI/library.md'
|
|
- '- Personalization': 'SpotifyWebAPI/personalization.md'
|
|
- '- Player': 'SpotifyWebAPI/player.md'
|
|
- '- Playlists': 'SpotifyWebAPI/playlists.md'
|
|
- '- Profiles': 'SpotifyWebAPI/profiles.md'
|
|
- '- Search': 'SpotifyWebAPI/search.md'
|
|
- '- Tracks': 'SpotifyWebAPI/tracks.md'
|
|
- '- Util': 'SpotifyWebAPI/util.md'
|
|
- 'SpotifyAPI.Web.Auth': 'SpotifyWebAPI/auth.md'
|
|
repo_url: 'https://github.com/JohnnyCrazy/SpotifyAPI-NET'
|
|
site_author: 'JohnnyCrazy'
|
|
site_description: 'API Docs for SpotifyAPI.Web and SpotifyAPI.Web.Auth'
|
|
extra_javascript:
|
|
- 'highlight.js'
|
|
markdown_extensions:
|
|
- sane_lists
|