From dbdc9ea7dff0986cfe739e63a57719e7208d6103 Mon Sep 17 00:00:00 2001 From: creme Date: Thu, 13 Jan 2022 13:43:42 +0100 Subject: [PATCH] move spaces doc into room section --- docs/development.md | 9 +-------- docs/index.md | 1 + docs/rooms.md | 3 ++- docs/{advanced => rooms}/spaces.md | 0 mkdocs.yml | 2 +- 5 files changed, 5 insertions(+), 10 deletions(-) rename docs/{advanced => rooms}/spaces.md (100%) diff --git a/docs/development.md b/docs/development.md index 227412e..2591afc 100644 --- a/docs/development.md +++ b/docs/development.md @@ -13,11 +13,4 @@ Matrix is an open standard, the details of interoperable communication using the Since it is free software, improvement requests can be converted into direct programming jobs. -Currently still in development, and can be promoted/accelerated by orders/donations, are among others - -* chat export -* Threading (more clearly arranged discussions) -* personal status -* various integrations / bots / bridges - -Discussions on the topic can be held in [#envs:envs.net](https://matrix.to/#/#envs:envs.net). +Discussions on the topic can be held in [#matrix:matrix.org](https://matrix.to/#/#matrix:matrix.org). diff --git a/docs/index.md b/docs/index.md index 71273a0..a51a7c4 100644 --- a/docs/index.md +++ b/docs/index.md @@ -41,6 +41,7 @@ In recent years, the need for supporting digital tools for team collaboration ha * [Sharing rooms and making them public](/rooms/sharing/) * [Find rooms](/rooms/find/) * [Delete and leave rooms](/rooms/delete/) + * [Spaces](/rooms/spaces/) (a collection of rooms) * [Fine-tune notifications](notifications.md) * [Use integrations, bridges, bots (e.g. Jitsi)](/advanced/integrations/) * [More Clients](/clients/more_clients.md) diff --git a/docs/rooms.md b/docs/rooms.md index 0b4f3ca..5dad316 100644 --- a/docs/rooms.md +++ b/docs/rooms.md @@ -3,7 +3,7 @@ title: "Rooms" date: 2021-08-03T20:30:00+02:00 --- -# Rooms +# Rooms Conversations are organized in matrix in rooms. 1:1 conversations are also rooms, but for now with only two people. In this Category is about @@ -12,3 +12,4 @@ Category is about - [Find rooms](/rooms/find/) - [Delete rooms](/rooms/delete/) - [Share rooms](/rooms/sharing/) +- [Spaces](/rooms/spaces/) (a collection of rooms) diff --git a/docs/advanced/spaces.md b/docs/rooms/spaces.md similarity index 100% rename from docs/advanced/spaces.md rename to docs/rooms/spaces.md diff --git a/mkdocs.yml b/mkdocs.yml index 6766714..e9e9888 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -49,11 +49,11 @@ nav: - Find rooms: rooms/find.md - Delete rooms: rooms/delete.md - Share rooms: rooms/sharing.md + - Spaces: rooms/spaces.md - Message retention policies: rooms/retention_policies.md - Notifications: notifications.md - Encryption: encryption.md - Advanced: - - Spaces: advanced/spaces.md - Integrations: advanced/integrations.md - Abuse Management: advanced/abuse_management.md - Bridges: advanced/bridges.md