mirror of
https://github.com/kubevela/kubevela.git
synced 2026-08-19 04:26:39 +00:00
Automatically generate reference docs for all workloads and traits. 1) moved design part from hack/references/configurations/rollout.yaml to design/vela-core/rollout.md 2) added usages for all workloads/traits, except route (#672) 3) renamed some reference docs Attention: atuo-generation of specifications for all parameters has NOT been implemented, they are generated based on files under `hack/references/configurations` 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!