We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9ae56b commit b46332cCopy full SHA for b46332c
docs/en/latest/config.json
@@ -0,0 +1,35 @@
1
+{
2
+ "version": "0.3.0",
3
+ "sidebar": [
4
+ {
5
+ "type": "category",
6
+ "label": "Concepts",
7
+ "items": [
8
+ "concepts/resources",
9
+ "concepts/gateway-api",
10
+ "concepts/deployment-architecture"
11
+ ]
12
+ },
13
14
+ "type": "doc",
15
+ "id": "install"
16
17
18
19
+ "id": "developer-guide"
20
21
22
23
+ "id": "api-reference"
24
25
26
27
+ "id": "upgrade-guide"
28
29
30
+ "type": "link",
31
+ "label": "CHANGELOG",
32
+ "href": "https://github.com/apache/apisix-ingress-controller/blob/master/CHANGELOG.md"
33
+ }
34
35
+}
0 commit comments