forked from JohnnyCrazy/SpotifyAPI-NET
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
27 lines (27 loc) · 1.01 KB
/
mkdocs.yml
File metadata and controls
27 lines (27 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
site_name: 'SpotifyAPI-NET'
theme_dir: 'mytheme'
pages:
- 'Home': 'index.md'
- 'SpotifyWebAPI':
- 'Getting started': 'SpotifyWebAPI/gettingstarted.md'
- 'Examples': 'SpotifyWebAPI/examples.md'
- 'Authentication': 'SpotifyWebAPI/auth.md'
- '- Albums': 'SpotifyWebAPI/albums.md'
- '- Artists': 'SpotifyWebAPI/artists.md'
- '- Browse': 'SpotifyWebAPI/browse.md'
- '- Follow': 'SpotifyWebAPI/follow.md'
- '- Library': 'SpotifyWebAPI/library.md'
- '- Playlists': 'SpotifyWebAPI/playlists.md'
- '- Profiles': 'SpotifyWebAPI/profiles.md'
- '- Search': 'SpotifyWebAPI/search.md'
- '- Tracks': 'SpotifyWebAPI/tracks.md'
- '- Util': 'SpotifyWebAPI/util.md'
- 'SpotifyLocalAPI': 'SpotifyLocalAPI/index.md'
repo_url: 'https://github.com/JohnnyCrazy/SpotifyAPI-NET'
site_author: 'JohnnyCrazy'
site_description: 'API Docs for SpotifyAPI-NET'
extra_javascript:
- 'https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/highlight.min.js'
- 'highlight.js'
markdown_extensions:
- sane_lists