1
0
mirror of https://github.com/spacebarchat/docs.git synced 2024-11-08 19:32:30 +01:00
docs/mkdocs.yml

43 lines
1.2 KiB
YAML
Raw Normal View History

2022-12-31 09:32:28 +01:00
site_name: Fosscord Documentation
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:
2022-12-20 13:29:35 +01:00
- section-index
- search
- render_swagger
2021-05-14 11:23:35 +02:00
theme:
2022-12-20 13:29:35 +01:00
name: material
logo: assets/logo.svg
favicon: assets/logo.svg
font: Open Sans
palette:
2022-12-31 09:32:28 +01:00
- media: "(prefers-color-scheme: light)"
primary: deep-orange
scheme: default
2022-12-20 13:29:35 +01:00
toggle:
icon: material/lightbulb-outline
name: Switch to dark mode
2022-12-31 09:32:28 +01:00
- media: "(prefers-color-scheme: dark)"
primary: deep-orange
scheme: slate
2022-12-20 13:29:35 +01:00
toggle:
icon: material/lightbulb
name: Switch to light mode
features:
- navigation.expand
- navigation.instant
- navigation.tracking
- navigation.sections
- navigation.indexes
- navigation.top
2021-05-15 13:08:36 +02:00
markdown_extensions:
2022-12-20 13:29:35 +01:00
- admonition
- pymdownx.details
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
extra_css: [assets/extra.css]