forked from sns-sdks/python-youtube
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
54 lines (47 loc) · 1.33 KB
/
Copy pathmkdocs.yml
File metadata and controls
54 lines (47 loc) · 1.33 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
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
site_name: Python-Youtube Docs
site_description: Docs for python-youtube library
site_url: https://sns-sdks.github.io/python-youtube/
repo_url: https://github.com/sns-sdks/python-youtube
copyright: Copyright © 2019 - 2021 Ikaros kun
theme:
name: material
features:
- navigation.tabs
palette:
# Light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
# Dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: blue
accent: blue
toggle:
icon: material/toggle-switch
name: Switch to light mode
nav:
- Introduction: index.md
- Introduce Structure: introduce-new-structure.md
- Usage:
- Work With `Api`: usage/work-with-api.md
- Work With `Client`: usage/work-with-client.md
- Installation: installation.md
- Getting Started: getting_started.md
- Authorization: authorization.md
- Changelog: CHANGELOG.md
extra:
social:
- icon: fontawesome/brands/twitter
link: https://twitter.com/realllkk520
- icon: fontawesome/brands/github
link: https://github.com/sns-sdks/python-youtube
markdown_extensions:
- codehilite
- admonition
- pymdownx.superfences
- pymdownx.emoji