Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 1 addition & 9 deletions blog/i18n/zh/docusaurus-theme-classic/navbar.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,18 +51,10 @@
"message": "APISIX",
"description": "Navbar item with label APISIX"
},
"item.label.APISIX Dashboard": {
"message": "APISIX Dashboard",
"description": "Navbar item with label APISIX Dashboard"
},
"item.label.Apache APISIX®️": {
"message": "Apache APISIX®️",
"description": "Navbar item with label Apache APISIX®️"
},
"item.label.Apache APISIX®️ Dashboard": {
"message": "Apache APISIX®️ Dashboard",
"description": "Navbar item with label Apache APISIX®️ Dashboard"
},
"item.label.Apache APISIX®️ Ingress Controller": {
"message": "Apache APISIX®️ Ingress Controller",
"description": "Navbar item with label Apache APISIX®️ Ingress Controller"
Expand Down Expand Up @@ -91,4 +83,4 @@
"message": "General",
"description": "Navbar item with label General"
}
}
}
12 changes: 0 additions & 12 deletions config/docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,6 @@ module.exports = [
releaseDate: '2025-06-27',
firstDocPath: '/getting-started',
},
{
name: 'APISIX® Dashboard',
nameInParamCase: 'dashboard',
description:
'Designed to make it as easy as possible for users to operate Apache APISIX through a frontend interface.',
shape: 'square',
color: '#10B981',
githubRepo: 'apache/apisix-dashboard',
version: '3.0.0',
releaseDate: '2023-02-01',
firstDocPath: '/USER_GUIDE',
},
{
name: 'APISIX® Ingress Controller',
nameInParamCase: 'ingress-controller',
Expand Down
15 changes: 0 additions & 15 deletions config/downloads.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,6 @@ module.exports = [
releaseDate: '2025-06-27',
firstDocPath: '/getting-started',
},
{
name: 'APISIX® Dashboard',
nameInParamCase: 'dashboard',
description:
'Designed to make it as easy as possible for users to operate Apache APISIX through a frontend interface.',
shape: 'square',
color: '#10B981',
githubRepo: 'apache/apisix-dashboard',
githubBranch: 'master',
downloadPath: 'apisix/dashboard/3.0.0/apache-apisix-dashboard-3.0.0-src',
dockerhubPath: 'apisix-dashboard',
version: '3.0.0',
releaseDate: '2023-02-01',
firstDocPath: '/USER_GUIDE',
},
{
name: 'APISIX® Ingress Controller',
nameInParamCase: 'ingress-controller',
Expand Down
5 changes: 0 additions & 5 deletions config/navbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@ module.exports = [
to: '/docs/apisix/getting-started',
target: '_parent',
},
{
label: 'Apache APISIX®️ Dashboard',
to: '/docs/dashboard/USER_GUIDE',
target: '_parent',
},
{
label: 'Apache APISIX®️ Ingress Controller',
to: '/docs/ingress-controller/getting-started/',
Expand Down
18 changes: 0 additions & 18 deletions doc/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,24 +92,6 @@ module.exports = {
},
},
],
[
'@docusaurus/plugin-content-docs',
{
id: 'docs-apisix-dashboard',
path: 'docs/apisix-dashboard',
showLastUpdateAuthor: true,
showLastUpdateTime: true,
includeCurrentVersion: false,
routeBasePath: '/docs/dashboard',
sidebarPath: require.resolve('./docs/apisix-dashboard/sidebars.json'),
editUrl(props) {
return getEditUrl({
...props,
projectName: 'apisix-dashboard',
});
},
},
],
[
'@docusaurus/plugin-content-docs',
{
Expand Down
4 changes: 0 additions & 4 deletions doc/i18n/zh/docusaurus-theme-classic/navbar.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,5 @@
"item.label.APISIX": {
"message": "APISIX",
"description": "Navbar item with label APISIX"
},
"item.label.APISIX Dashboard": {
"message": "APISIX Dashboard",
"description": "Navbar item with label APISIX Dashboard"
}
}
1 change: 0 additions & 1 deletion doc/src/theme/DocPage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ type DocPageContentProps = {
const navbarLinkMap = {
general: 'General',
apisix: 'Apache APISIX®',
dashboard: 'Apache APISIX® Dashboard',
'ingress-controller': 'Apache APISIX® Ingress Controller',
'helm-chart': 'Apache APISIX® Helm Chart',
docker: 'Apache APISIX® Docker',
Expand Down
5 changes: 0 additions & 5 deletions scripts/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@ const projects = [
branch: 'master',
hasChangelog: true,
},
{
name: 'apisix-dashboard',
branch: 'master',
hasChangelog: true,
},
{
name: 'apisix-docker',
branch: 'master',
Expand Down
4 changes: 0 additions & 4 deletions website/i18n/zh/docusaurus-theme-classic/navbar.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,5 @@
"item.label.APISIX": {
"message": "APISIX",
"description": "Navbar item with label APISIX"
},
"item.label.APISIX Dashboard": {
"message": "APISIX Dashboard",
"description": "Navbar item with label APISIX Dashboard"
}
}
Loading