mirror of
https://github.com/spacebarchat/docs.git
synced 2024-11-10 04:12:32 +01:00
54 lines
1.3 KiB
YAML
54 lines
1.3 KiB
YAML
site_name: Fosscord Docs
|
|
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
|
|
plugins:
|
|
- section-index
|
|
- search
|
|
theme:
|
|
name: material
|
|
logo: assets/logo.png
|
|
favicon: assets/logo.png
|
|
font: Open Sans
|
|
palette:
|
|
- scheme: default
|
|
toggle:
|
|
icon: material/lightbulb-outline
|
|
name: Switch to dark mode
|
|
- scheme: slate
|
|
toggle:
|
|
icon: material/lightbulb
|
|
name: Switch to light mode
|
|
features:
|
|
- navigation.expand
|
|
- navigation.instant
|
|
- navigation.tracking
|
|
- navigation.sections
|
|
- navigation.indexes
|
|
- navigation.top
|
|
nav:
|
|
- index.md
|
|
- resources.md
|
|
- setup.md
|
|
- contributing.md
|
|
- encryption.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/contribution_and_installation.md
|
|
- "Client":
|
|
- client/index.md
|
|
- plugins.md
|
|
markdown_extensions:
|
|
- pymdownx.highlight
|
|
- pymdownx.superfences
|