From 199a2adeb3b42b8fad3db8bd40f2d80d37b7a306 Mon Sep 17 00:00:00 2001 From: Daniel Pan Date: Wed, 29 Oct 2025 11:54:11 +0800 Subject: [PATCH] Rename 'Architecture' to 'Supported architecture' --- mkdocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index 1135c8af..3daa2699 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -92,7 +92,7 @@ nav: - Setup: - Overview: setup/overview.md - System requirements: setup/system_requirements.md - - Architecture: setup/architecture.md + - Supported architecture: setup/architecture.md - HTTPS and Caddy: setup/caddy.md - Single node installation: - Setup community edition: setup/setup_ce_by_docker.md