2016-08-20 11:49:09 +01:00
|
|
|
site_name: 'SpotifyAPI-NET'
|
|
|
|
theme_dir: 'mytheme'
|
|
|
|
pages:
|
2016-08-25 23:58:28 +01:00
|
|
|
- 'Home': 'index.md'
|
2018-12-22 20:12:57 +00:00
|
|
|
- 'SpotifyAPI.Web':
|
2016-08-25 23:58:28 +01:00
|
|
|
- 'Getting started': 'SpotifyWebAPI/gettingstarted.md'
|
|
|
|
- 'Examples': 'SpotifyWebAPI/examples.md'
|
2018-03-25 18:56:59 +01:00
|
|
|
- 'Proxy': 'SpotifyWebAPI/proxy.md'
|
2016-08-25 23:58:28 +01:00
|
|
|
- '- Albums': 'SpotifyWebAPI/albums.md'
|
|
|
|
- '- Artists': 'SpotifyWebAPI/artists.md'
|
|
|
|
- '- Browse': 'SpotifyWebAPI/browse.md'
|
|
|
|
- '- Follow': 'SpotifyWebAPI/follow.md'
|
|
|
|
- '- Library': 'SpotifyWebAPI/library.md'
|
2018-01-15 22:32:21 +00:00
|
|
|
- '- Personalization': 'SpotifyWebAPI/personalization.md'
|
2017-05-31 17:09:45 +01:00
|
|
|
- '- Player': 'SpotifyWebAPI/player.md'
|
2016-08-25 23:58:28 +01:00
|
|
|
- '- Playlists': 'SpotifyWebAPI/playlists.md'
|
|
|
|
- '- Profiles': 'SpotifyWebAPI/profiles.md'
|
|
|
|
- '- Search': 'SpotifyWebAPI/search.md'
|
|
|
|
- '- Tracks': 'SpotifyWebAPI/tracks.md'
|
|
|
|
- '- Util': 'SpotifyWebAPI/util.md'
|
2018-12-22 20:12:57 +00:00
|
|
|
- 'SpotifyAPI.Web.Auth': 'SpotifyWebAPI/auth.md'
|
2016-08-20 11:49:09 +01:00
|
|
|
repo_url: 'https://github.com/JohnnyCrazy/SpotifyAPI-NET'
|
|
|
|
site_author: 'JohnnyCrazy'
|
2018-12-22 20:12:57 +00:00
|
|
|
site_description: 'API Docs for SpotifyAPI.Web and SpotifyAPI.Web.Auth'
|
2016-08-20 11:49:09 +01:00
|
|
|
extra_javascript:
|
2016-08-25 23:58:28 +01:00
|
|
|
- 'highlight.js'
|
2016-08-20 11:49:09 +01:00
|
|
|
markdown_extensions:
|
2016-08-25 23:58:28 +01:00
|
|
|
- sane_lists
|