-
Notifications
You must be signed in to change notification settings - Fork 642
/
mkdocs.yml
49 lines (44 loc) · 900 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
38
39
40
41
42
43
44
45
46
47
48
49
site_name: Yewtube
site_description: Terminal based YouTube player and downloader.
site_url: https://iamtalhaasghar.github.io/yewtube
repo_url: https://github.com/mps-youtube/yewtube
repo_name: mps-youtube/yewtube
nav:
- Home:
- Overview: index.md
- Changelog: changelog.md
- License: license.md
- Code Reference: reference/
- Development:
- Contributing: contributing.md
theme:
name: material
features:
- navigation.tabs
palette:
scheme: slate
primary: teal
accent: purple
extra_css:
- css/mkdocstrings.css
markdown_extensions:
- admonition
- pymdownx.emoji
- pymdownx.magiclink
- pymdownx.snippets:
check_paths: true
- pymdownx.superfences
- pymdownx.tabbed
- pymdownx.tasklist
- toc:
permalink: true
plugins:
- search
- mkdocstrings:
watch:
- mps_youtube
- gen-files:
scripts:
- docs/gen_ref_nav.py
- literate-nav:
nav_file: SUMMARY.md