mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2025-01-11 14:07:47 +00:00
Updated mkdocs.yml structure to latest version
This commit is contained in:
parent
01a9069422
commit
88c5074fc1
@ -1,26 +1,28 @@
|
|||||||
site_name: 'SpotifyAPI-NET'
|
site_name: 'SpotifyAPI-NET'
|
||||||
theme_dir: 'mytheme'
|
theme_dir: 'mytheme'
|
||||||
pages:
|
pages:
|
||||||
- ['index.md', 'Home']
|
- 'Home': 'index.md'
|
||||||
- ['SpotifyWebAPI/gettingstarted.md', 'SpotifyWebAPI', 'Getting started']
|
- 'SpotifyWebAPI':
|
||||||
- ['SpotifyWebAPI/examples.md', 'SpotifyWebAPI', 'Examples']
|
- 'Getting started': 'SpotifyWebAPI/gettingstarted.md'
|
||||||
- ['SpotifyWebAPI/auth.md', 'SpotifyWebAPI', 'Authentication']
|
- 'Examples': 'SpotifyWebAPI/examples.md'
|
||||||
- ['SpotifyWebAPI/albums.md', 'SpotifyWebAPI', '- Albums']
|
- 'Authentication': 'SpotifyWebAPI/auth.md'
|
||||||
- ['SpotifyWebAPI/artists.md', 'SpotifyWebAPI', '- Artists']
|
- '- Albums': 'SpotifyWebAPI/albums.md'
|
||||||
- ['SpotifyWebAPI/browse.md', 'SpotifyWebAPI', '- Browse']
|
- '- Artists': 'SpotifyWebAPI/artists.md'
|
||||||
- ['SpotifyWebAPI/follow.md', 'SpotifyWebAPI', '- Follow']
|
- '- Browse': 'SpotifyWebAPI/browse.md'
|
||||||
- ['SpotifyWebAPI/library.md', 'SpotifyWebAPI', '- Library']
|
- '- Follow': 'SpotifyWebAPI/follow.md'
|
||||||
- ['SpotifyWebAPI/playlists.md', 'SpotifyWebAPI', '- Playlists']
|
- '- Library': 'SpotifyWebAPI/library.md'
|
||||||
- ['SpotifyWebAPI/profiles.md', 'SpotifyWebAPI', '- Profiles']
|
- '- Playlists': 'SpotifyWebAPI/playlists.md'
|
||||||
- ['SpotifyWebAPI/search.md', 'SpotifyWebAPI', '- Search']
|
- '- Profiles': 'SpotifyWebAPI/profiles.md'
|
||||||
- ['SpotifyWebAPI/tracks.md', 'SpotifyWebAPI', '- Tracks']
|
- '- Search': 'SpotifyWebAPI/search.md'
|
||||||
- ['SpotifyWebAPI/util.md', 'SpotifyWebAPI', '- Util']
|
- '- Tracks': 'SpotifyWebAPI/tracks.md'
|
||||||
- ['SpotifyLocalAPI/index.md', 'SpotifyLocalAPI', 'SpotifyLocalAPI']
|
- '- Util': 'SpotifyWebAPI/util.md'
|
||||||
|
- 'SpotifyLocalAPI':
|
||||||
|
- 'Getting started': 'SpotifyLocalAPI/index.md'
|
||||||
repo_url: 'https://github.com/JohnnyCrazy/SpotifyAPI-NET'
|
repo_url: 'https://github.com/JohnnyCrazy/SpotifyAPI-NET'
|
||||||
site_author: 'JohnnyCrazy'
|
site_author: 'JohnnyCrazy'
|
||||||
site_description: 'API Docs for SpotifyAPI-NET'
|
site_description: 'API Docs for SpotifyAPI-NET'
|
||||||
extra_javascript:
|
extra_javascript:
|
||||||
- 'https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/highlight.min.js'
|
- 'https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/highlight.min.js'
|
||||||
- 'highlight.js'
|
- 'highlight.js'
|
||||||
markdown_extensions:
|
markdown_extensions:
|
||||||
- sane_lists
|
- sane_lists
|
||||||
|
Loading…
Reference in New Issue
Block a user