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
26 lines (26 loc) · 1.19 KB
/
mkdocs.yml
File metadata and controls
26 lines (26 loc) · 1.19 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
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