mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2024-12-25 15:36:26 +00:00
28 lines
1003 B
YAML
28 lines
1003 B
YAML
site_name: 'SpotifyAPI-NET'
|
|
theme_dir: 'mytheme'
|
|
pages:
|
|
- 'Home': 'index.md'
|
|
- 'SpotifyWebAPI':
|
|
- 'Getting started': 'SpotifyWebAPI/gettingstarted.md'
|
|
- 'Examples': 'SpotifyWebAPI/examples.md'
|
|
- 'Authentication': 'SpotifyWebAPI/auth.md'
|
|
- '- Albums': 'SpotifyWebAPI/albums.md'
|
|
- '- Artists': 'SpotifyWebAPI/artists.md'
|
|
- '- Browse': 'SpotifyWebAPI/browse.md'
|
|
- '- Follow': 'SpotifyWebAPI/follow.md'
|
|
- '- Library': 'SpotifyWebAPI/library.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'
|
|
- 'SpotifyLocalAPI': 'SpotifyLocalAPI/index.md'
|
|
repo_url: 'https://github.com/JohnnyCrazy/SpotifyAPI-NET'
|
|
site_author: 'JohnnyCrazy'
|
|
site_description: 'API Docs for SpotifyAPI-NET'
|
|
extra_javascript:
|
|
- 'highlight.js'
|
|
markdown_extensions:
|
|
- sane_lists
|