From 023b1d44248648675dc32a2036acd1f2047e1efc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=90=9A=E8=87=B4=E8=BF=9C?= Date: Mon, 8 Mar 2021 16:13:29 +0800 Subject: [PATCH] docs: update navbar for apisix (#252) --- website/docusaurus.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index 0c44daeaf2c9d..0c44c899f5e64 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -24,7 +24,7 @@ module.exports = { githubRepo: "apache/apisix", version: "2.4", releaseDate: "2021-03-05", - firstDocPath: "/architecture-design", + firstDocPath: "/getting-started", }, { name: "APISIX™ Dashboard", @@ -185,7 +185,7 @@ module.exports = { items: [ { label: "APISIX™️", - to: "/docs/apisix/architecture-design", + to: "/docs/apisix/getting-started", }, { label: "APISIX™️ Dashboard",