1
0
mirror of https://github.com/spacebarchat/docs.git synced 2024-09-19 23:21:40 +02:00
docs/mkdocs.yml

32 lines
852 B
YAML
Raw Normal View History

2021-05-14 11:23:35 +02:00
site_name: Fosscord Docs
2021-05-15 13:08:36 +02:00
repo_url: https://github.com/fosscord/fosscord
edit_uri: https://github.com/fosscord/fosscord-docs/edit/master/docs/
site_description: Documentation of Fosscord a free open source selfhostable chat, voice and video discord-compatible platform
2021-05-14 12:10:07 +02:00
plugins:
2021-05-15 13:08:36 +02:00
- search
2021-09-02 02:24:41 +02:00
- render_swagger
2021-05-14 11:23:35 +02:00
theme:
name: material
logo: assets/logo.png
favicon: assets/logo.png
font: Open Sans
palette:
2021-05-14 13:34:06 +02:00
- scheme: default
2021-05-14 13:36:09 +02:00
toggle:
icon: material/lightbulb-outline
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/lightbulb
name: Switch to light mode
2021-05-14 11:23:35 +02:00
features:
2021-05-14 13:28:01 +02:00
- navigation.expand
2021-05-15 13:08:36 +02:00
- navigation.instant
- navigation.tracking
- navigation.sections
- navigation.indexes
- navigation.top
markdown_extensions:
- pymdownx.highlight
- pymdownx.superfences