Skip to content

Commit b46332c

Browse files
authored
doc: add config.json (#2446)
1 parent e9ae56b commit b46332c

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

docs/en/latest/config.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
"type": "doc",
19+
"id": "developer-guide"
20+
},
21+
{
22+
"type": "doc",
23+
"id": "api-reference"
24+
},
25+
{
26+
"type": "doc",
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

Comments
 (0)