Spotify.NET/SpotifyAPI.Docs/mkdocs.yml

27 lines
1.2 KiB
YAML
Raw Normal View History

2016-08-20 11:49:09 +01:00
site_name: 'SpotifyAPI-NET'
theme_dir: 'mytheme'
pages:
- ['index.md', 'Home']
- ['SpotifyWebAPI/gettingstarted.md', 'SpotifyWebAPI', 'Getting started']
- ['SpotifyWebAPI/examples.md', 'SpotifyWebAPI', 'Examples']
- ['SpotifyWebAPI/auth.md', 'SpotifyWebAPI', 'Authentication']
- ['SpotifyWebAPI/albums.md', 'SpotifyWebAPI', '- Albums']
- ['SpotifyWebAPI/artists.md', 'SpotifyWebAPI', '- Artists']
- ['SpotifyWebAPI/browse.md', 'SpotifyWebAPI', '- Browse']
- ['SpotifyWebAPI/follow.md', 'SpotifyWebAPI', '- Follow']
- ['SpotifyWebAPI/library.md', 'SpotifyWebAPI', '- Library']
- ['SpotifyWebAPI/playlists.md', 'SpotifyWebAPI', '- Playlists']
- ['SpotifyWebAPI/profiles.md', 'SpotifyWebAPI', '- Profiles']
- ['SpotifyWebAPI/search.md', 'SpotifyWebAPI', '- Search']
- ['SpotifyWebAPI/tracks.md', 'SpotifyWebAPI', '- Tracks']
- ['SpotifyWebAPI/util.md', 'SpotifyWebAPI', '- Util']
- ['SpotifyLocalAPI/index.md', 'SpotifyLocalAPI', 'SpotifyLocalAPI']
repo_url: 'https://github.com/JohnnyCrazy/SpotifyAPI-NET'
site_author: 'JohnnyCrazy'
site_description: 'API Docs for SpotifyAPI-NET'
extra_javascript:
2016-08-25 19:40:52 +01:00
- 'https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/highlight.min.js'
2016-08-20 11:49:09 +01:00
- 'highlight.js'
markdown_extensions:
- sane_lists