From 23fcfa3710644b15b198629201974dc614efc046 Mon Sep 17 00:00:00 2001 From: Tharuka Karunanayaka <121316018+Skynettheone@users.noreply.github.com> Date: Mon, 3 Aug 2026 19:01:23 +0530 Subject: [PATCH] Move Quick Start Guide before Setup in API Gateway 1.1.0 nav (#330) --- en/mkdocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/mkdocs.yml b/en/mkdocs.yml index fb375ffda..5a70ef83a 100644 --- a/en/mkdocs.yml +++ b/en/mkdocs.yml @@ -409,11 +409,11 @@ nav: - Gateway runtime with four CPUs: api-gateway/next/performance/gateway-runtime-with-four-cpus.md - "1.1.0": - Overview: api-gateway/1.1.0/overview.md + - Quick Start Guide: api-gateway/1.1.0/quick-start-guide.md - Setup: - Storage & Backends: api-gateway/1.1.0/setup/storage-and-backends.md - Artifact Templating: api-gateway/1.1.0/setup/artifact-templating.md - Upstream Timeouts: api-gateway/1.1.0/setup/upstream-timeouts.md - - Quick Start Guide: api-gateway/1.1.0/quick-start-guide.md - Policies: - Overview: api-gateway/1.1.0/policies/overview.md - Custom Policies: