mirror of
https://github.com/kubevela/kubevela.git
synced 2026-08-19 12:36:34 +00:00
* delete 4 standard controllers related code delete related yaml delete setup controller add back podspecworkload controller try to fix e2e update related docs fix failed test fix docs problem remove useless scheme up timeout for e2e-test change doc structure * fix go mod
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!