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

alinsran pushed a commit to branch doc-config-json
in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git

commit df1d67b3e1eba48a3c51859b40c7ff1662c33ce2
Author: Foo Bar <f...@example.com>
AuthorDate: Thu Jul 3 12:15:00 2025 +0800

    doc: add config.json
---
 docs/en/latest/config.json | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/docs/en/latest/config.json b/docs/en/latest/config.json
new file mode 100644
index 00000000..f0a8951f
--- /dev/null
+++ b/docs/en/latest/config.json
@@ -0,0 +1,27 @@
+{
+    "version": "0.3.0",
+    "sidebar": [
+        {
+            "type": "category",
+            "label": "Concepts",
+            "items": [
+                "concepts/resources",
+                "concepts/gateway-api",
+                "concepts/deployment-architecture"
+            ]
+        },
+        {
+            "type": "doc",
+            "id": "api-reference"
+        },
+        {
+            "type": "doc",
+            "id": "upgrade-guide"
+        },
+        {
+            "type": "link",
+            "label": "CHANGELOG",
+            "href": 
"https://github.com/apache/apisix-ingress-controller/blob/master/CHANGELOG.md";
+        }
+    ]
+}
\ No newline at end of file

Reply via email to