matrix-doc/mkdocs.yml

29 lines
684 B
YAML
Raw Normal View History

2021-07-31 16:03:39 +00:00
site_name: matrix-help.envs.net
site_description: envs.net | matrix help
repo_name: <i class="fa fa-github" aria-hidden="true"></i> edit on gitea
repo_url: https://git.envs.net/envs/matrix-doc
2021-07-31 18:14:01 +00:00
#theme: cyborg
theme: readthedocs
2021-07-31 16:03:39 +00:00
nav:
2021-07-31 18:14:01 +00:00
- Home: index.md
2021-07-31 19:30:52 +00:00
- Why Matrix?: why.md
- First steps: first-steps.md
- Important settings: settings.md
2021-07-31 18:14:01 +00:00
- Clients / Instalation: clients.md
- Messages: messaging.md
- Rooms: rooms.md
- Notifications: notifications.md
- Communities: communities.md
- Encryption: encryption.md
- Integrations: integrations.md
- FAQ: faq.md
2021-07-31 19:30:52 +00:00
- Development: development.md
2021-07-31 18:14:01 +00:00
markdown_extensions:
- toc:
permalink: "#"
baselevel: 1
separator: "_"