mirror of
https://github.com/kubevela/kubevela.git
synced 2026-04-05 10:17:16 +00:00
fix diff update example and test data version fix convert function fix e2e for helm clean up creationTimestamp in a hack way fix ci pending package suit test fix group version fix ci fix ut rename type to kind fix example fix conflicts Co-authored-by: yangsoon <yangsoonlx@gmail.com>
KubeVela Website
This is the source of the website https://kubevela.io.
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 contributions!