mirror of
https://github.com/kubevela/kubevela.git
synced 2026-05-08 18:36:48 +00:00
* update doc about Helm schemantic Signed-off-by: roy wang <seiwy2010@gmail.com> * update doc Signed-off-by: roy wang <seiwy2010@gmail.com> * Update docs/en/helm/known-issues.md * Update docs/en/helm/known-issues.md Co-authored-by: Jianbo Sun <wonderflow.sun@gmail.com>
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!