You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by ju...@apache.org on 2021/02/25 15:27:43 UTC

[apisix-ingress-controller] 01/01: docs: remove extra docs category

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

juzhiyuan pushed a commit to branch juzhiyuan-patch-1
in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git

commit 9e26bea8727e52a05eaa5ee7cb99aee727061292
Author: 琚致远 <ju...@apache.org>
AuthorDate: Thu Feb 25 23:27:34 2021 +0800

    docs: remove extra docs category
---
 docs/en/latest/config.json | 97 +++++++++++++++++++++++-----------------------
 1 file changed, 49 insertions(+), 48 deletions(-)

diff --git a/docs/en/latest/config.json b/docs/en/latest/config.json
index 7e14180..bd47adf 100644
--- a/docs/en/latest/config.json
+++ b/docs/en/latest/config.json
@@ -1,51 +1,52 @@
 {
   "version": "0.3.0",
-  "sidebar": {
-    "docs": [
-      {
-        "type": "category",
-        "label": "Getting Started",
-        "items": ["design", "CRD-specification"]
-      },
-      {
-        "type": "category",
-        "label": "Samples",
-        "items": [
-          "samples/index",
-          "samples/proxy-the-httpbin-service-with-ingress",
-          "samples/proxy-the-httpbin-service"
-        ]
-      },
-      {
-        "type": "category",
-        "label": "Deployment",
-        "items": [
-          "deployments/ack",
-          "deployments/aws",
-          "deployments/azure",
-          "deployments/gke",
-          "deployments/k3s-rke",
-          "deployments/kubesphere",
-          "deployments/minikube",
-          "deployments/tke"
-        ]
-      },
-      {
-        "type": "doc",
-        "id": "usage"
-      },
-      {
-        "type": "doc",
-        "id": "development"
-      },
-      {
-        "type": "doc",
-        "id": "contribute"
-      },
-      {
-        "type": "doc",
-        "id": "FAQ"
-      }
-    ]
-  }
+  "sidebar": [
+    {
+      "type": "category",
+      "label": "Getting Started",
+      "items": [
+        "design",
+        "CRD-specification"
+      ]
+    },
+    {
+      "type": "category",
+      "label": "Samples",
+      "items": [
+        "samples/index",
+        "samples/proxy-the-httpbin-service-with-ingress",
+        "samples/proxy-the-httpbin-service"
+      ]
+    },
+    {
+      "type": "category",
+      "label": "Deployment",
+      "items": [
+        "deployments/ack",
+        "deployments/aws",
+        "deployments/azure",
+        "deployments/gke",
+        "deployments/k3s-rke",
+        "deployments/kubesphere",
+        "deployments/minikube",
+        "deployments/tke"
+      ]
+    },
+    {
+      "type": "doc",
+      "id": "usage"
+    },
+    {
+      "type": "doc",
+      "id": "development"
+    },
+    {
+      "type": "doc",
+      "id": "contribute"
+    },
+    {
+      "type": "doc",
+      "id": "FAQ"
+    }
+  ]
 }