This is an automated email from the ASF dual-hosted git repository.

juzhiyuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 023b1d4  docs: update navbar for apisix (#252)
023b1d4 is described below

commit 023b1d44248648675dc32a2036acd1f2047e1efc
Author: 琚致远 <juzhiy...@apache.org>
AuthorDate: Mon Mar 8 16:13:29 2021 +0800

    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 0c44dae..0c44c89 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",

Reply via email to