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.git


The following commit(s) were added to refs/heads/master by this push:
     new 630769c  docs: rewrite sidebar (#3780)
630769c is described below

commit 630769c4ac1b98b5353b117b7af537ce37c1c5d5
Author: 罗泽轩 <[email protected]>
AuthorDate: Tue Mar 9 09:05:26 2021 +0800

    docs: rewrite sidebar (#3780)
    
    Signed-off-by: spacewander <[email protected]>
---
 docs/en/latest/config.json | 104 +++++++++++++++++++++++++--------------------
 1 file changed, 58 insertions(+), 46 deletions(-)

diff --git a/docs/en/latest/config.json b/docs/en/latest/config.json
index eee4294..ff66c66 100644
--- a/docs/en/latest/config.json
+++ b/docs/en/latest/config.json
@@ -125,57 +125,69 @@
       ]
     },
     {
-      "type": "doc",
-      "id": "admin-api"
-    },
-    {
-      "type": "doc",
-      "id": "control-api"
-    },
-    {
-      "type": "doc",
-      "id": "health-check"
-    },
-    {
-      "type": "doc",
-      "id": "router-radixtree"
-    },
-    {
-      "type": "doc",
-      "id": "stand-alone"
-    },
-    {
-      "type": "doc",
-      "id": "stream-proxy"
-    },
-    {
-      "type": "doc",
-      "id": "grpc-proxy"
-    },
-    {
-      "type": "doc",
-      "id": "customize-nginx-configuration"
-    },
-    {
-      "type": "doc",
-      "id": "https"
-    },
-    {
-      "type": "doc",
-      "id": "benchmark"
-    },
-    {
-      "type": "link",
-      "label": "CODE_STYLE",
-      "href": "https://github.com/apache/apisix/blob/master/CODE_STYLE.md";
+      "type": "category",
+      "label": "API",
+      "items": [
+        {
+          "type": "doc",
+          "id": "admin-api"
+        },
+        {
+          "type": "doc",
+          "id": "control-api"
+        }
+      ]
     },
     {
       "type": "doc",
-      "id": "debug-function"
+      "id": "FAQ"
     },
     {
-      "type": "doc",
-      "id": "FAQ"
+      "type": "category",
+      "label": "Others",
+      "items": [
+        {
+          "type": "doc",
+          "id": "health-check"
+        },
+        {
+          "type": "doc",
+          "id": "router-radixtree"
+        },
+        {
+          "type": "doc",
+          "id": "stand-alone"
+        },
+        {
+          "type": "doc",
+          "id": "stream-proxy"
+        },
+        {
+          "type": "doc",
+          "id": "grpc-proxy"
+        },
+        {
+          "type": "doc",
+          "id": "customize-nginx-configuration"
+        },
+        {
+          "type": "doc",
+          "id": "https"
+        },
+        {
+          "type": "doc",
+          "id": "benchmark"
+        },
+        {
+          "type": "link",
+          "label": "CODE_STYLE",
+          "href": "https://github.com/apache/apisix/blob/master/CODE_STYLE.md";
+        },
+        {
+          "type": "doc",
+          "id": "debug-function"
+        }
+      ]
     },
     {
       "type": "link",

Reply via email to