Move to mkdocs-material (#207)

This commit is contained in:
TheFrenchGhosty 2022-03-08 14:33:39 +00:00 committed by GitHub
parent 96122bed77
commit a1902ff41d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
91 changed files with 26607 additions and 37 deletions

23
mkdocs.yml Normal file
View file

@ -0,0 +1,23 @@
site_name: Invidious Documentation
site_url: https://docs.invidious.io/
site_author: The Invidious project.
site_description: >-
The official Invidious documentation
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