SkyeYoung commented on code in PR #1474:
URL: https://github.com/apache/apisix-website/pull/1474#discussion_r1073008099
##########
package.json:
##########
@@ -17,6 +17,7 @@
"scripts": {
"sync-docs": "yarn workspace scripts sync-docs",
"generate-repos-info": "yarn workspace scripts generate-repos-info",
+ "generate-dashboard-latest-version": "yarn workspace scripts
generate-dashboard-latest-version",
Review Comment:
I think this can generate all repos' versions, not only the dashboard
##########
config/downloads.json:
##########
@@ -0,0 +1 @@
+[{"name":"APISIX®","nameInParamCase":"apisix","description":"A dynamic,
real-time, high-performance API
gateway.","shape":"triangle","color":"#e8433e","githubRepo":"apache/apisix","githubBranch":"master","downloadPath":"apisix/3.1.0/apache-apisix-3.1.0-src","dockerhubPath":"apisix","version":"3.1.0","LTSDownloadPath":"apisix/2.15.1/apache-apisix-2.15.1-src","LTSVersion":"2.15.1","releaseDate":"2022-12-29","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/v2.15.0/apache-apisix-dashboard-v2.15.0-src","dockerhubPath":"apisix-dashboard","version":"v2.15.0","releaseDate":"2022-12-13","firstDocPath":"/USER_GUIDE"},{"name":"APISIX®
Ingress Controller","nameInParamCase":"ingress-controller","descri
ption":"An Apache APISIX control plane
component.","shape":"hexagon","color":"#2563EB","githubRepo":"apache/apisix-ingress-controller","githubBranch":"master","downloadPath":"apisix/ingress-controller/1.3.0/apache-apisix-ingress-controller-1.3.0-src","dockerhubPath":"apisix-ingress-controller","version":"1.3.0","releaseDate":"2021-10-17","firstDocPath":"/getting-started"},{"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","githubBranch":"main","downloadPath":"apisix/java-plugin-runner/0.4.0/apisix-java-plugin-runner-0.4.0-src","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 acco
mpanies Apache
APISIX.","shape":"octagon","color":"#3B14A7","githubRepo":"apache/apisix-go-plugin-runner","githubBranch":"master","downloadPath":"apisix/go-plugin-runner/0.5.0/apisix-go-plugin-runner-0.5.0-src","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","githubBranch":"master","downloadPath":"apisix/python-plugin-runner/0.2.0/apisix-python-plugin-runner-0.2.0-src","version":"0.2.0","releaseDate":"2022-03-04","firstDocPath":"/getting-started"}]
Review Comment:
DITTO, if you want to keep this, pls format it.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]