mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2024-12-24 23:16:28 +00:00
27 lines
1.2 KiB
YAML
27 lines
1.2 KiB
YAML
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:
|
|
- '//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/highlight.min.js'
|
|
- 'highlight.js'
|
|
markdown_extensions:
|
|
- sane_lists
|