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

54 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
2021-07-06 20:03:53 +02:00
- resources.md
2021-08-15 12:46:18 +02:00
- setup.md
2021-05-15 13:08:36 +02:00
- contributing.md
2021-07-15 10:22:28 +02:00
- encryption.md
2021-05-15 13:08:36 +02:00
- "API":
2021-06-23 17:45:41 +02:00
- api/index.md
- api/structure.md
- api/configuration.md
2021-05-15 13:08:36 +02:00
- server_util/database.md
- server_util/permissions.md
2021-06-23 17:45:41 +02:00
- api/route.md
2021-05-15 13:08:36 +02:00
- "Gateway":
- gateway/index.md
- gateway/structure.md
2021-06-23 17:45:41 +02:00
- "Ui Framework":
- ui/index.md
- ui/contribution_and_installation.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