documentation/mkdocs.yml
Gauthier POGAM--LE MONTAGNER a7b614a1c5
Improve navigation (#243)
* Add repo_url and copyright to mkdocs.yml

* Add nav configuration to structure menu

* Typo

Co-authored-by: TheFrenchGhosty <47571719+TheFrenchGhosty@users.noreply.github.com>
2022-06-01 02:57:57 +02:00

55 lines
1.6 KiB
YAML

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