From fabd11744b537874a5de133da0e494fdcbdaf67e Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 21 Jan 2025 14:40:00 +0100 Subject: [PATCH] docs: Align overview and navigation entries Signed-off-by: Joas Schilling --- docs/index.md | 5 +++-- mkdocs.yml | 9 ++++++--- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/docs/index.md b/docs/index.md index 66765f50e5..9adc8daacb 100644 --- a/docs/index.md +++ b/docs/index.md @@ -5,11 +5,12 @@ ## User documentation * [User system requirements](user-requirements.md) -* [User feature documentation](https://docs.nextcloud.com/server/latest/user_manual/en/talk/index.html) +* [User feature documentation ↗](https://docs.nextcloud.com/server/latest/user_manual/en/talk/index.html) ## Administration documentation * [Server system requirements](system-requirements.md) +* [Quick install](quick-install.md) * [Configuring a TURN server](TURN.md) * [Configuring coTURN](coturn.md) * [Configuring eturnal](eturnal.md) @@ -45,4 +46,4 @@ * [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/) +* [Standalone Signaling API ↗](https://nextcloud-spreed-signaling.readthedocs.io/en/latest/) diff --git a/mkdocs.yml b/mkdocs.yml index 480f1ae4ae..2a7f0c825b 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -22,16 +22,18 @@ nav: - 'Overview': 'index.md' - 'User documentation': - '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' + - 'Quick install': 'quick-install.md' - 'Scalability': 'scalability.md' - 'Call experience': 'call-experience.md' - 'Sample conversations': 'sample-conversations.md' - 'Occ commands': 'occ.md' - 'Bots': 'bot-list.md' - - 'Commands (deprecated)': 'commands.md' - 'Matterbridge integration': 'matterbridge.md' - 'Developer documentation': + - 'Developer setup': 'developer-setup.md' - 'Bots and webhooks': 'bots.md' - 'Constants': 'constants.md' - 'Capabilities': 'capabilities.md' @@ -50,8 +52,9 @@ nav: - 'Bots management': 'bot-management.md' - 'Integration by other apps': 'integration.md' - 'Webinar management': 'webinar.md' - - 'Settings': 'settings.md' - - 'Signaling API': 'internal-signaling.md' + - 'Settings management': 'settings.md' + - 'Internal Signaling API': 'internal-signaling.md' + - 'Standalone Signaling API↗': 'https://nextcloud-spreed-signaling.readthedocs.io/en/latest/' - 'Configuring a TURN server': - 'Overview': 'TURN.md' - 'coTURN': 'coturn.md'