Spotify.NET/mkdocs.yml

14 lines
468 B
YAML
Raw Normal View History

2015-02-14 17:44:41 +00:00
site_name: 'SpotifyAPI-NET'
theme: ''
theme_dir: 'mytheme'
pages:
- ['index.md', 'Home']
- ['about.md', 'About']
- ['SpotifyWebApi/index.md', 'SpotifyWebApi', 'About']
- ['SpotifyLocalApi/index.md', 'SpotifyLocalApi', 'About']
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'