mirror of
https://github.com/iv-org/documentation.git
synced 2025-11-25 10:03:24 -05:00
Move to mkdocs-material (#207)
This commit is contained in:
parent
96122bed77
commit
a1902ff41d
91 changed files with 26607 additions and 37 deletions
23
mkdocs.yml
Normal file
23
mkdocs.yml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue