Files
kubevela/docs
Jianbo Sun 53ae9aaa40 add webhook convert. (#1282)
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>
2021-03-24 17:15:20 -07:00
..
2020-12-18 19:11:57 +08:00
2021-03-24 17:15:20 -07:00
2021-03-24 10:25:39 +08:00
2021-03-23 12:04:00 +08:00
2020-12-08 10:17:24 -08:00
2020-11-10 20:09:13 +08:00
2020-11-10 20:09:13 +08:00
2021-01-22 11:25:21 +08:00
2020-11-30 11:42:57 +08:00
2020-11-30 11:42:57 +08:00
2021-03-23 12:04:00 +08:00

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:3000
    

    Preview your changes at http://127.0.0.1:3000/.

  • Push your commit

    Thanks for your contributions!