Skip to content

Commit 2c86e20

Browse files
committed
chore: rm in downloads, sync doc projects
1 parent 5b2374a commit 2c86e20

File tree

2 files changed

+0
-20
lines changed

2 files changed

+0
-20
lines changed

config/downloads.js

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,6 @@ module.exports = [
1515
releaseDate: '2024-04-01',
1616
firstDocPath: '/getting-started',
1717
},
18-
{
19-
name: 'APISIX® Dashboard',
20-
nameInParamCase: 'dashboard',
21-
description:
22-
'Designed to make it as easy as possible for users to operate Apache APISIX through a frontend interface.',
23-
shape: 'square',
24-
color: '#10B981',
25-
githubRepo: 'apache/apisix-dashboard',
26-
githubBranch: 'master',
27-
downloadPath: 'apisix/dashboard/3.0.0/apache-apisix-dashboard-3.0.0-src',
28-
dockerhubPath: 'apisix-dashboard',
29-
version: '3.0.0',
30-
releaseDate: '2023-02-01',
31-
firstDocPath: '/USER_GUIDE',
32-
},
3318
{
3419
name: 'APISIX® Ingress Controller',
3520
nameInParamCase: 'ingress-controller',

scripts/common.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@ const projects = [
99
branch: 'master',
1010
hasChangelog: true,
1111
},
12-
{
13-
name: 'apisix-dashboard',
14-
branch: 'master',
15-
hasChangelog: true,
16-
},
1712
{
1813
name: 'apisix-docker',
1914
branch: 'master',

0 commit comments

Comments
 (0)