File tree Expand file tree Collapse file tree 3 files changed +0
-17
lines changed
blog/i18n/zh/docusaurus-theme-classic Expand file tree Collapse file tree 3 files changed +0
-17
lines changed Original file line number Diff line number Diff line change 51
51
"message" : " APISIX" ,
52
52
"description" : " Navbar item with label APISIX"
53
53
},
54
- "item.label.APISIX Dashboard" : {
55
- "message" : " APISIX Dashboard" ,
56
- "description" : " Navbar item with label APISIX Dashboard"
57
- },
58
54
"item.label.Apache APISIX®️" : {
59
55
"message" : " Apache APISIX®️" ,
60
56
"description" : " Navbar item with label Apache APISIX®️"
Original file line number Diff line number Diff line change @@ -10,18 +10,6 @@ module.exports = [
10
10
releaseDate : '2024-04-01' ,
11
11
firstDocPath : '/getting-started' ,
12
12
} ,
13
- {
14
- name : 'APISIX® Dashboard' ,
15
- nameInParamCase : 'dashboard' ,
16
- description :
17
- 'Designed to make it as easy as possible for users to operate Apache APISIX through a frontend interface.' ,
18
- shape : 'square' ,
19
- color : '#10B981' ,
20
- githubRepo : 'apache/apisix-dashboard' ,
21
- version : '3.0.0' ,
22
- releaseDate : '2023-02-01' ,
23
- firstDocPath : '/USER_GUIDE' ,
24
- } ,
25
13
{
26
14
name : 'APISIX® Ingress Controller' ,
27
15
nameInParamCase : 'ingress-controller' ,
Original file line number Diff line number Diff line change @@ -45,7 +45,6 @@ type DocPageContentProps = {
45
45
const navbarLinkMap = {
46
46
general : 'General' ,
47
47
apisix : 'Apache APISIX®' ,
48
- dashboard : 'Apache APISIX® Dashboard' ,
49
48
'ingress-controller' : 'Apache APISIX® Ingress Controller' ,
50
49
'helm-chart' : 'Apache APISIX® Helm Chart' ,
51
50
docker : 'Apache APISIX® Docker' ,
You can’t perform that action at this time.
0 commit comments