mirror of
https://github.com/spacebarchat/docs.git
synced 2024-11-08 11:22:31 +01:00
35 lines
906 B
YAML
35 lines
906 B
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
|
|
- render_swagger
|
|
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
|
|
markdown_extensions:
|
|
- admonition
|
|
- pymdownx.details
|
|
- pymdownx.highlight
|
|
- pymdownx.superfences
|