-
Notifications
You must be signed in to change notification settings - Fork 38
Expand file tree
/
Copy pathmkdocs.yml
More file actions
39 lines (35 loc) · 1.05 KB
/
Copy pathmkdocs.yml
File metadata and controls
39 lines (35 loc) · 1.05 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
site_name: StreamGet
site_description: A Multi-Platform Live Stream Parser Library for Python.
site_url: https://streamget.readthedocs.io/
theme:
name: 'material'
custom_dir: 'docs/overrides'
palette:
- scheme: 'default'
media: '(prefers-color-scheme: light)'
toggle:
icon: 'material/lightbulb'
name: "Switch to dark mode"
- scheme: 'slate'
media: '(prefers-color-scheme: dark)'
primary: 'blue'
toggle:
icon: 'material/lightbulb-outline'
name: 'Switch to light mode'
repo_name: ihmily/streamget
repo_url: https://github.com/ihmily/streamget/
edit_uri: ""
nav:
- Introduction: 'index.md'
- QuickStart: 'quickstart.md'
- Guides:
- Parameter Parsing: 'parameter_parsing.md'
- Video Quality Options: 'video_quality_options.md'
- Community:
- Third Party Packages: 'third_party_packages.md'
- Code of Conduct: 'code_of_conduct.md'
markdown_extensions:
- admonition
- codehilite:
css_class: highlight
- mkautodoc