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

liuxiran 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 c340f8e  feat: add FAQ on navbar (#423)
c340f8e is described below

commit c340f8e142ac2b0594fa3225d5148e93a0a3d07a
Author: Baoyuan <[email protected]>
AuthorDate: Fri Jul 23 16:47:09 2021 +0800

    feat: add FAQ on navbar (#423)
    
    
    
    Co-authored-by: 琚致远 <[email protected]>
---
 website/docusaurus.config.js | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js
index 8cc3613..9726962 100644
--- a/website/docusaurus.config.js
+++ b/website/docusaurus.config.js
@@ -420,6 +420,24 @@ module.exports = {
           ],
         },
         {
+          label: "FAQ",
+          position: "right",
+          items: [
+            {
+              label: "Apache APISIX®",
+              to: "/docs/apisix/FAQ/",
+            },
+            {
+              label: "Apache APISIX® Dashboard",
+              to: "/docs/dashboard/FAQ/",
+            },
+            {
+              label: "Apache APISIX® Ingress Controller",
+              to: "/docs/ingress-controller/FAQ/",
+            },
+          ]
+        },
+        {
           to: "/blog",
           label: "Blog",
           position: "right",

Reply via email to