mirror of
https://gitea.invidious.io/iv-org/documentation.git
synced 2024-08-15 00:53:34 +00:00
a7b614a1c5
* 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>
54 lines
1.6 KiB
YAML
54 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
|