mirror of
https://github.com/kubevela/kubevela.git
synced 2026-05-06 09:27:16 +00:00
* roadmap: add template, rewrite 2020 winter, add 2021 spring Signed-off-by: Hongchao Deng <hongchaodeng1@gmail.com> * Update docs/en/roadmap/2020-12-roadmap.md Co-authored-by: Zheng Xi Zhou <zzxwill@gmail.com> * update Signed-off-by: Hongchao Deng <hongchaodeng1@gmail.com> Co-authored-by: Zheng Xi Zhou <zzxwill@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!