mirror of
https://github.com/kubevela/kubevela.git
synced 2026-05-11 11:57:04 +00:00
* Generate restful api based on Swagger As OpenAPI has to be quickly developped to support front-end developement, so did the restufl api docs. Based on swagger, generate the docs automatically * fix conflicts and add application list annotation
KubeVela Website
Contributing
-
Fork and clone
$ git clone git@github.com:oam-dev/kubevela.git $ cd kubevela/docs -
Install docsify-cli
$ npm i docsify-cli -g -
Make your changes
-
Local preview
$ docsify serve Serving /xxx/kubevela.io now. Listening at http://localhost:3000Preview your changes at http://127.0.0.1:3000/.
-
Push your commit
Thanks for your contribution!