| module.exports = [ |
| { |
| name: 'APISIX®', |
| nameInParamCase: 'apisix', |
| description: 'A dynamic, real-time, high-performance API gateway.', |
| shape: 'triangle', |
| color: '#e8433e', |
| githubRepo: 'apache/apisix', |
| version: '3.13.0', |
| releaseDate: '2025-06-27', |
| firstDocPath: '/getting-started', |
| }, |
| { |
| name: 'APISIX® Ingress Controller', |
| nameInParamCase: 'ingress-controller', |
| description: 'APISIX Ingress Controller for Kubernetes.', |
| shape: 'hexagon', |
| color: '#2563EB', |
| githubRepo: 'apache/apisix-ingress-controller', |
| version: '1.6.0', |
| releaseDate: '2022-12-30', |
| 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.4.0', |
| releaseDate: '2022-11-11', |
| 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.5.0', |
| releaseDate: '2022-11-10', |
| 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.2.0', |
| releaseDate: '2022-03-04', |
| firstDocPath: '/getting-started', |
| }, |
| ]; |