From 88c5074fc156028d74d572c3a6a8361e486d98cb Mon Sep 17 00:00:00 2001 From: Jonas Dellinger Date: Fri, 26 Aug 2016 00:58:28 +0200 Subject: [PATCH] Updated mkdocs.yml structure to latest version --- SpotifyAPI.Docs/mkdocs.yml | 38 ++++++++++++++++++++------------------ 1 file changed, 20 insertions(+), 18 deletions(-) diff --git a/SpotifyAPI.Docs/mkdocs.yml b/SpotifyAPI.Docs/mkdocs.yml index e2dd394e..37ed38be 100644 --- a/SpotifyAPI.Docs/mkdocs.yml +++ b/SpotifyAPI.Docs/mkdocs.yml @@ -1,26 +1,28 @@ 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'] + - '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': + - 'Getting started': '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' + - 'https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/highlight.min.js' + - 'highlight.js' markdown_extensions: -- sane_lists + - sane_lists