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

53 lines
1.3 KiB
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:
- section-index
2021-05-15 13:08:36 +02:00
- search
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
nav:
- index.md
- ressources.md
- contributing.md
- "API":
- API/index.md
- API/structure.md
- API/configuration.md
- server_util/database.md
- server_util/permissions.md
- API/route.md
- "Gateway":
- gateway/index.md
- gateway/structure.md
- "UI Framework":
- UI/index.md
- UI/installation.md
- UI/write_a_component.md
2021-05-15 13:13:59 +02:00
- "Client":
- client/index.md
- plugins.md
2021-05-15 13:08:36 +02:00
markdown_extensions:
- pymdownx.highlight
- pymdownx.superfences