-
Notifications
You must be signed in to change notification settings - Fork 170
/
Copy pathnavbar.json
62 lines (62 loc) · 1.59 KB
/
navbar.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"title": {
"message": "KubeEdge",
"description": "The title in the navbar"
},
"item.label.Documentation": {
"message": "文档",
"description": "Navbar item with label Documentation"
},
"item.label.Blog": {
"message": "博客 ",
"description": "Navbar item with label Blog"
},
"item.label.Downloads": {
"message": "下载",
"description": "Navbar item with label Downloads"
},
"item.label.Versions": {
"message": "版本",
"description": "Navbar item with label Versions"
},
"item.label.v1.12": {
"message": "v1.12",
"description": "Navbar item with label v1.12"
},
"item.label.v1.11": {
"message": "v1.11",
"description": "Navbar item with label v1.11"
},
"item.label.Community": {
"message": "社区",
"description": "Navbar item with label Community"
},
"item.label.Job Center": {
"message": "招聘中心",
"description": "Navbar item with label Job Center"
},
"item.label.Case Studies": {
"message": "案例中心",
"description": "Navbar item with label Case Studies"
},
"item.label.v1.14": {
"message": "v1.14",
"description": "Navbar item with label v1.14"
},
"item.label.v1.13": {
"message": "v1.13",
"description": "Navbar item with label v1.13"
},
"item.label.Partners": {
"message": "合作伙伴",
"description": "Navbar item with label Partners"
},
"item.label.Next": {
"message": "Next",
"description": "Navbar item with label Next"
},
"item.label.v1.15": {
"message": "v1.15",
"description": "Navbar item with label v1.15"
}
}