Skip to content

Commit 88be46d

Browse files
committed
chore
1 parent ceff406 commit 88be46d

File tree

3 files changed

+0
-17
lines changed

3 files changed

+0
-17
lines changed

blog/i18n/zh/docusaurus-theme-classic/navbar.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,6 @@
5151
"message": "APISIX",
5252
"description": "Navbar item with label APISIX"
5353
},
54-
"item.label.APISIX Dashboard": {
55-
"message": "APISIX Dashboard",
56-
"description": "Navbar item with label APISIX Dashboard"
57-
},
5854
"item.label.Apache APISIX®️": {
5955
"message": "Apache APISIX®️",
6056
"description": "Navbar item with label Apache APISIX®️"

config/docs.js

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,6 @@ module.exports = [
1010
releaseDate: '2024-04-01',
1111
firstDocPath: '/getting-started',
1212
},
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-
},
2513
{
2614
name: 'APISIX® Ingress Controller',
2715
nameInParamCase: 'ingress-controller',

doc/src/theme/DocPage/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ type DocPageContentProps = {
4545
const navbarLinkMap = {
4646
general: 'General',
4747
apisix: 'Apache APISIX®',
48-
dashboard: 'Apache APISIX® Dashboard',
4948
'ingress-controller': 'Apache APISIX® Ingress Controller',
5049
'helm-chart': 'Apache APISIX® Helm Chart',
5150
docker: 'Apache APISIX® Docker',

0 commit comments

Comments
 (0)