This is an automated email from the ASF dual-hosted git repository. alinsran pushed a commit to branch v2.0.0 in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git
commit 40a2d2c72398168ac0d863e9f2f9539cb265b3d7 Author: AlinsRan <alins...@apache.org> AuthorDate: Thu Jul 3 14:44:57 2025 +0800 doc: add config.json (#2446) --- docs/en/latest/config.json | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/docs/en/latest/config.json b/docs/en/latest/config.json new file mode 100644 index 00000000..869ee2e3 --- /dev/null +++ b/docs/en/latest/config.json @@ -0,0 +1,35 @@ +{ + "version": "0.3.0", + "sidebar": [ + { + "type": "category", + "label": "Concepts", + "items": [ + "concepts/resources", + "concepts/gateway-api", + "concepts/deployment-architecture" + ] + }, + { + "type": "doc", + "id": "install" + }, + { + "type": "doc", + "id": "developer-guide" + }, + { + "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" + } + ] +}