forked from iv-org/documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
54 lines (50 loc) · 1.62 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
site_name: Invidious Documentation
site_url: https://docs.invidious.io/
repo_url: https://github.com/iv-org/documentation
site_author: The Invidious project.
site_description: >-
The official Invidious documentation
copyright: CC0 1.0 Universal (CC0 1.0)
nav:
- Home: 'index.md'
- 'General':
- 'instances.md'
- 'export-youtube-subscriptions.md'
- 'preferences.md'
- 'applications.md'
- 'search-filters.md'
- 'url-parameters.md'
- 'proxy-videos.md'
- 'geoblocking.md'
- 'umatrix.md'
- 'known-exception.md'
- 'faq.md'
- 'For Administrators':
- 'installation.md'
- 'configuration.md'
- 'apache2.md'
- 'nginx.md'
- 'db-maintenance.md'
- 'captcha-bug.md'
- 'anti-captcha.md'
- 'takedown.md'
- 'For Developers':
- 'api.md'
- 'authenticated-endpoints.md'
theme:
name: material
font: false
palette:
primary: black
logo: images/invidious.png # https://squidfunk.github.io/mkdocs-material/setup/changing-the-logo-and-icons/#logo
favicon: images/favicon.ico # https://squidfunk.github.io/mkdocs-material/setup/changing-the-logo-and-icons/#favicon
features:
- navigation.tracking # https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#anchor-tracking
- navigation.expand # https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#navigation-expansion
- navigation.top # https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#back-to-top-button
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/iv-org/documentation
markdown_extensions:
- pymdownx.magiclink