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:
|
2021-11-21 00:11:06 +01:00
|
|
|
- admonition
|
|
|
|
- pymdownx.details
|
2021-05-15 13:08:36 +02:00
|
|
|
- pymdownx.highlight
|
|
|
|
- pymdownx.superfences
|