Spotify.NET/mkdocs.yml

24 lines
1.0 KiB
YAML
Raw Normal View History

2015-02-14 17:44:41 +00:00
site_name: 'SpotifyAPI-NET'
theme_dir: 'mytheme'
pages:
- ['index.md', 'Home']
2015-07-23 20:42:34 +01:00
- ['SpotifyWebApi/gettingstarted.md', 'SpotifyWebApi', 'Getting started']
- ['SpotifyWebApi/examples.md', 'SpotifyWebApi', 'Examples']
- ['SpotifyWebApi/auth.md', 'SpotifyWebApi', 'Authentication']
- ['SpotifyWebApi/search.md', 'SpotifyWebApi', '- Search']
- ['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']
- ['SpotifyLocalApi/index.md', 'SpotifyLocalApi', 'SpotifyLocalApi']
2015-02-14 17:44:41 +00:00
repo_url: 'https://github.com/JohnnyCrazy/SpotifyAPI-NET'
site_author: 'JohnnyCrazy'
site_description: 'API Docs for SpotifyAPI-NET'
2015-07-23 20:42:34 +01:00
extra_javascript:
2015-02-14 17:44:41 +00:00
- '//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/highlight.min.js'
2015-07-09 11:46:30 +01:00
- 'highlight.js'
markdown_extensions:
2015-07-23 20:42:34 +01:00
- sane_lists