1
0
mirror of https://github.com/spacebarchat/docs.git synced 2024-11-08 11:22:31 +01:00
docs/mkdocs.yml

35 lines
906 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-10-09 00:48:23 +02:00
- section-index
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
2022-03-06 00:54:03 +01:00
logo: assets/logo.svg
favicon: assets/logo.svg
2021-05-14 11:23:35 +02:00
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:
- admonition
- pymdownx.details
2021-05-15 13:08:36 +02:00
- pymdownx.highlight
- pymdownx.superfences