2021-07-31 12:03:39 -04: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 07:05:09 -04: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
|
2021-08-05 08:30:21 -04:00
|
|
|
- pymdownx.emoji:
|
|
|
|
emoji_index: !!python/name:materialx.emoji.twemoji
|
|
|
|
emoji_generator: !!python/name:materialx.emoji.to_svg
|
2021-08-05 07:05:09 -04:00
|
|
|
- toc:
|
|
|
|
permalink: "#"
|
|
|
|
baselevel: 1
|
|
|
|
separator: "_"
|
2021-07-31 12:03:39 -04:00
|
|
|
|
|
|
|
nav:
|
2021-08-02 10:43:44 -04: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 07:05:09 -04:00
|
|
|
- Element Desktop: clients/desktop.md
|
2021-08-02 10:43:44 -04:00
|
|
|
- Element Mobile: clients/mobile.md
|
|
|
|
- Install on Linux: clients/install_linux.md
|
|
|
|
- More clients: clients/more_clients.md
|
2021-08-03 14:34:06 -04:00
|
|
|
- Messages:
|
2021-08-02 10:43:44 -04:00
|
|
|
- Overview: messaging.md
|
|
|
|
- Format messages: messaging/formatting.md
|
|
|
|
- Messages search: messaging/search.md
|
2021-08-03 14:34:06 -04:00
|
|
|
- Rooms:
|
2021-08-02 10:43:44 -04: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-05 09:01:18 -04:00
|
|
|
- Notifications: notifications.md
|
|
|
|
- Encryption: encryption.md
|
2021-08-02 10:51:12 -04:00
|
|
|
- Advanced:
|
2021-08-05 09:01:18 -04:00
|
|
|
- Spaces: spaces.md
|
2021-08-02 10:51:12 -04:00
|
|
|
- Integrations: integrations.md
|
2021-08-05 09:01:18 -04:00
|
|
|
- FAQ: faq.md
|
2021-08-05 11:52:01 -04:00
|
|
|
- Impressum: impressum.md
|
|
|
|
- Development: development.md
|