summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-05-30 11:37:35 +0200
committerJoas Schilling <coding@schilljs.com>2023-05-30 11:37:35 +0200
commit83963187fe1026afffba10958c57d9f03b8e1299 (patch)
tree56976053438f33a1e638de27db6e6bae5203d7b1 /docs
parentc63b89a7617987ff931260364756427e59d92fd7 (diff)
feat(docs): Organize the docs overview
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/index.md53
1 files changed, 29 insertions, 24 deletions
diff --git a/docs/index.md b/docs/index.md
index a2bc0846d..e1dc99b7c 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -2,35 +2,40 @@
# Nextcloud Talk Documentation
-## Setup
+## User documentation
-* [System requirements](system-requirements.md)
-* [TURN server setup](TURN.md)
+* [User system requirements](user-requirements.md)
+* [User feature documentation](https://docs.nextcloud.com/server/latest/user_manual/en/talk/index.html)
+
+## Administration documentation
+
+* [Server system requirements](system-requirements.md)
+* [Configuring coTURN](TURN.md)
+* [Scalability](scalability.md)
* [Call experience](call-experience.md)
+* [Occ commands](occ.md)
+* [Commands](commands.md)
+* [Matterbridge integration](matterbridge.md)
-## Talk API
+## Developer documentation
* [Constants](constants.md)
* [Capabilities](capabilities.md)
-* [Conversation API](conversation.md)
-* [Conversation avatar API](avatar.md)
-* [Participant API](participant.md)
-* [Call API](call.md)
-* [Call recording API](recording.md)
-* [Chat API](chat.md)
-* [Reaction API](reaction.md)
-* [Webinar API](webinar.md)
+* [PHP Events](events.md)
+
+## API documentation
+
+* [Conversation management](conversation.md)
+* [Conversation avatar management](avatar.md)
+* [Participant management](participant.md)
+* [Call management](call.md)
+* [Call recording management](recording.md)
+* [Chat management](chat.md)
+* [Reaction management](reaction.md)
+* [Poll management](poll.md)
+* [Breakout rooms management](breakout-rooms.md)
+* [Integration by other apps](integration.md)
+* [Webinar management](webinar.md)
+* [Settings management](settings.md)
* [Internal Signaling API](internal-signaling.md)
* [Standalone Signaling API](https://nextcloud-spreed-signaling.readthedocs.io/en/latest/)
-* [Talk Settings API](settings.md)
-* [Events](events.md)
-
-### Integrations
-
-* [File sharing integration](integration.md)
-* [Matterbridge integration](matterbridge.md)
-
-## Other
-
-* [Chat commands](commands.md)
-* [Occ commands](occ.md)