-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathmkdocs.yml
37 lines (33 loc) · 864 Bytes
/
mkdocs.yml
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
28
29
30
31
32
33
34
35
36
37
site_name: Spotify2 Documentation
repo_url: https://github.com/cyanbook/spotipy2
repo_name: cyanbook/spotipy2
theme:
name: material
favicon: img/favicon.ico
icon:
logo: material/spotify
repo: fontawesome/brands/git-alt
palette:
scheme: default
primary: teal
features:
- navigation.instant
- navigation.tabs
nav:
- Home: index.md
- Introduction:
- introduction/quick-start.md
- introduction/installation.md
- Getting started:
- getting-started/index.md
- Authentication:
- getting-started/authentication/index.md
- getting-started/authentication/token.md
- Authorization Flows:
- getting-started/authentication/authorization-flows/client-credentials-flow.md
markdown_extensions:
- pymdownx.highlight
- pymdownx.superfences
- admonition
- toc:
permalink: true