2022-03-08 14:33:39 +00:00
|
|
|
site_name: Invidious Documentation
|
|
|
|
site_url: https://docs.invidious.io/
|
2022-06-01 00:57:57 +00:00
|
|
|
repo_url: https://github.com/iv-org/documentation
|
2022-03-08 14:33:39 +00:00
|
|
|
site_author: The Invidious project.
|
|
|
|
site_description: >-
|
|
|
|
The official Invidious documentation
|
2022-06-01 00:57:57 +00:00
|
|
|
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'
|
2023-02-17 21:48:04 +00:00
|
|
|
- 'hide-instance-behind-proxy-server.md'
|
2022-06-01 00:57:57 +00:00
|
|
|
- 'For Developers':
|
|
|
|
- 'api.md'
|
2023-01-14 11:01:24 +00:00
|
|
|
- 'api/common_types.md'
|
|
|
|
- 'api/channels_endpoint.md'
|
|
|
|
- 'api/authenticated-endpoints.md'
|
2022-06-01 00:57:57 +00:00
|
|
|
|
2022-03-08 14:33:39 +00:00
|
|
|
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
|
2023-01-14 11:01:24 +00:00
|
|
|
- content.code.copy # https://squidfunk.github.io/mkdocs-material/reference/code-blocks/#code-copy-button
|
2022-06-01 00:57:57 +00:00
|
|
|
|
2022-03-08 14:33:39 +00:00
|
|
|
extra:
|
|
|
|
social:
|
|
|
|
- icon: fontawesome/brands/github
|
|
|
|
link: https://github.com/iv-org/documentation
|
|
|
|
|
|
|
|
markdown_extensions:
|
|
|
|
- pymdownx.magiclink
|
2023-01-14 11:01:24 +00:00
|
|
|
- pymdownx.highlight:
|
|
|
|
anchor_linenums: true
|
|
|
|
- pymdownx.inlinehilite
|
|
|
|
- pymdownx.snippets
|
|
|
|
- pymdownx.superfences
|
2023-02-17 21:48:04 +00:00
|
|
|
- pymdownx.details # https://facelessuser.github.io/pymdown-extensions/extensions/details/
|