-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmkdocs.yml
74 lines (68 loc) · 1.66 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
site_name: Dotify
site_description: "🐍🎶 Yet another Spotify Web API Python library."
site_url: "https://the-dotify-project.github.io/dotify/"
repo_url: "https://github.com/the-dotify-project/dotify"
edit_uri: "edit/master/docs/"
repo_name: "the-dotify-project/dotify"
copyright: |
Copyright © 2021 <a href="https://github.com/billsioros" target="_blank" rel="noopener">Vasileios Sioros</a>
nav:
- Overview: index.md
- Code Reference:
- Dotify: dotify.md
- Models:
- Model: model.md
- Album: models/album.md
- Playlist: models/playlist.md
- Track: models/track.md
- Contributing:
- Contributing Guidelines: CONTRIBUTING.md
- Code Of Conduct: CODE_OF_CONDUCT.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
theme:
name: material
custom_dir: docs/overrides
palette:
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: teal
accent: teal
toggle:
icon: material/weather-night
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: teal
accent: teal
toggle:
icon: material/weather-sunny
name: Switch to dark mode
font:
text: Roboto
code: Roboto Mono
plugins:
- search
- mkdocstrings:
default_handler: python
handlers:
python:
rendering:
show_source: false
- minify:
minify_html: true
markdown_extensions:
- admonition
- pymdownx.emoji
- pymdownx.magiclink
- pymdownx.snippets:
check_paths: true
- pymdownx.superfences
- pymdownx.tabbed
- pymdownx.tasklist
- toc:
permalink: "¤"
- mdx_truly_sane_lists
extra:
version:
provider: mike