matrix-doc/mkdocs.yml

64 lines
1.9 KiB
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-08-05 11:05:09 +00:00
theme:
name: material
palette:
scheme: slate
primary: black
accent: teal
logo: assets/favicon.ico
favicon: assets/favicon.ico
font:
text: Jetbrains Mono
extra_css:
- stylesheets/extra.css
markdown_extensions:
- admonition
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
2021-08-05 11:05:09 +00:00
- toc:
permalink: "#"
baselevel: 1
separator: "_"
2021-07-31 16:03:39 +00:00
nav:
2021-08-02 14:43:44 +00:00
- Home: index.md
- Why Matrix?: why.md
- First steps: first-steps.md
- Important settings: settings.md
- Clients / Installation:
- Overview: clients.md
- Element Web Browser: clients/browser.md
2021-08-05 11:05:09 +00:00
- Element Desktop: clients/desktop.md
2021-08-02 14:43:44 +00:00
- Element Mobile: clients/mobile.md
- Install on Linux: clients/install_linux.md
- More clients: clients/more_clients.md
2021-08-03 18:34:06 +00:00
- Messages:
2021-08-02 14:43:44 +00:00
- Overview: messaging.md
- Format messages: messaging/formatting.md
- Messages search: messaging/search.md
2021-08-03 18:34:06 +00:00
- Rooms:
2021-08-02 14:43:44 +00:00
- Overview: rooms.md
- Create rooms: rooms/create.md
- Find rooms: rooms/find.md
- Delete rooms: rooms/delete.md
- Share rooms: rooms/sharing.md
2021-08-07 11:24:53 +00:00
- Message retention policies: rooms/retention_policies.md
2021-08-05 13:01:18 +00:00
- Notifications: notifications.md
- Encryption: encryption.md
2021-08-02 14:51:12 +00:00
- Advanced:
2021-08-06 09:26:03 +00:00
- Spaces: advanced/spaces.md
- Integrations: advanced/integrations.md
2021-08-07 11:24:53 +00:00
- Abuse Management: advanced/abuse_management.md
2021-08-28 19:12:39 +00:00
- Bridges: advanced/bridges.md
2021-08-07 18:46:13 +00:00
- Bot's: advanced/bots.md
2021-08-05 13:01:18 +00:00
- FAQ: faq.md
2021-08-05 15:52:01 +00:00
- Impressum: impressum.md
- Development: development.md