mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2025-01-11 22:17:46 +00:00
18 lines
745 B
YAML
18 lines
745 B
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']
|
|
- ['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 |