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 4a6b17c  chore(navbar): take Team & Helo from Resources navbar (#800)
4a6b17c is described below

commit 4a6b17cdebfd509301ad05e9fae958021368c0e1
Author: 琚致远 <juzhiy...@apache.org>
AuthorDate: Fri Dec 10 17:26:41 2021 +0800

    chore(navbar): take Team & Helo from Resources navbar (#800)
---
 website/config/navbar.js | 19 ++++++++-----------
 1 file changed, 8 insertions(+), 11 deletions(-)

diff --git a/website/config/navbar.js b/website/config/navbar.js
index 783180d..f99479a 100644
--- a/website/config/navbar.js
+++ b/website/config/navbar.js
@@ -53,8 +53,13 @@ module.exports = [
     position: "right",
   },
   {
-    to: "https://github.com/apache/apisix/discussions";,
-    label: "Discussions",
+    to: "/help",
+    label: "Help",
+    position: "right"
+  },
+  {
+    to: "team",
+    label: "Team",
     position: "right"
   },
   {
@@ -76,15 +81,7 @@ module.exports = [
       {
         to: "/contribute",
         label: "Contribute"
-      },
-      {
-        to: "/team",
-        label: "Team"
-      },
-      {
-        to: "/help",
-        label: "Help",
-      },
+      }
     ]
   },
   {

Reply via email to