forked from apache/apisix-website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocs.js
More file actions
91 lines (91 loc) · 2.83 KB
/
docs.js
File metadata and controls
91 lines (91 loc) · 2.83 KB
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
module.exports = [
{
name: "APISIX®",
nameInParamCase: "apisix",
description: "A dynamic, real-time, high-performance API gateway.",
shape: "triangle",
color: "#e8433e",
githubRepo: "apache/apisix",
version: "2.10.2",
releaseDate: "2021-11-19",
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: "2.9.0",
releaseDate: "2021-10-08",
firstDocPath: "/USER_GUIDE",
},
{
name: "APISIX® Ingress Controller",
nameInParamCase: "ingress-controller",
description: "An Apache APISIX control plane component.",
shape: "hexagon",
color: "#2563EB",
githubRepo: "apache/apisix-ingress-controller",
version: "1.3.0",
releaseDate: "2021-10-17",
firstDocPath: "/getting-started",
},
{
name: "APISIX® Helm Charts",
nameInParamCase: "helm-chart",
description: "An Apache APISIX Helm Charts provide the installation of Apache APISIX components for kubernetes.",
shape: "pentagon",
color: "#C71585",
githubRepo: "apache/apisix-helm-chart",
version: "0.4.0",
releaseDate: "2021-03-12",
firstDocPath: "/apisix",
},
{
name: "APISIX® Docker",
nameInParamCase: "docker",
description: "Docker tooling for Apache APISIX.",
shape: "diamond",
color: "#FFD700",
githubRepo: "apache/apisix-docker",
version: "1.0.0",
releaseDate: "2020-12-1",
firstDocPath: "/build",
},
{
name: "APISIX® Java Plugin Runner",
nameInParamCase: "java-plugin-runner",
description: "Runs Apache APISIX plugins written in Java. Implemented as a sidecar that accompanies Apache APISIX.",
shape: "star",
color: "#FB9300",
githubRepo: "apache/apisix-java-plugin-runner",
version: "0.1.0",
releaseDate: "2021-07-09",
firstDocPath: "/development",
},
{
name: "APISIX® Go Plugin Runner",
nameInParamCase: "go-plugin-runner",
description: "Runs Apache APISIX plugins written in Go. Implemented as a sidecar that accompanies Apache APISIX.",
shape: "octagon",
color: "#3B14A7",
githubRepo: "apache/apisix-go-plugin-runner",
version: "0.2.0",
releaseDate: "2021-09-03",
firstDocPath: "/getting-started",
},
{
name: "APISIX® Python Plugin Runner",
nameInParamCase: "python-plugin-runner",
description: "Runs Apache APISIX plugins written in Python. Implemented as a sidecar that accompanies Apache APISIX.",
shape: "shield",
color: "#1296DB",
githubRepo: "apache/apisix-python-plugin-runner",
version: "0.1.0",
releaseDate: "2021-09-03",
firstDocPath: "/getting-started",
}
]