From da15529adad647e372c7a7a6ae3721231d41b7c8 Mon Sep 17 00:00:00 2001 From: Florian Preinstorfer Date: Sat, 14 Sep 2024 19:25:29 +0200 Subject: [PATCH] Adjust mkdocs nav --- mkdocs.yml | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 999d0206a33..95184a08bef 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -148,12 +148,29 @@ nav: - Home: index.md - About: - FAQ: about/faq.md + - Features: about/features.md + - Clients: about/clients.md + - Getting help: about/help.md + - Releases: about/releases.md + - Contributing: about/contributing.md + - Sponsor: about/sponsor.md + + - Setup: + - Requirements and Assumptions: setup/requirements.md + - Installation: + - Official releases: setup/install/official.md + - Community packages: setup/install/community.md + - Container: setup/install/container.md + - Cloud: setup/install/cloud.md + - Build from source: setup/install/source.md - Usage: + - Getting started: usage/getting-started.md - Connect a node: - Android: usage/connect/android.md - Apple: usage/connect/apple.md - Windows: usage/connect/windows.md - Reference: + - Configuration: ref/configuration.md - OIDC authentication: ref/oidc.md - Exit node: ref/exit-node.md - TLS: ref/tls.md @@ -163,9 +180,3 @@ nav: - Integration: - Reverse proxy: ref/integration/reverse-proxy.md - Web UI: ref/integration/web-ui.md - - - Getting started: - - Installation: - - Linux: running-headscale-linux.md - - OpenBSD: running-headscale-openbsd.md - - Container: running-headscale-container.md