Files
kubevela/docs
Zheng Xi Zhou 3ee746ae17 Add latest release tag to be the prefix of latest version of Chart (#1007)
* Add latest release tag to be the prefix of latest version of Chart

Currently the latest chart is vela-core:latest, which could
not be supported by Artifacthub, add latest tag and make the
latest chart version as `vx.y.z-latest`

* calculate the next tag to be the latest master chart version

Co-authored-by: Jianbo Sun <wonderflow.sun@gmail.com>
2021-02-07 17:55:34 +08:00
..
2020-12-18 19:11:57 +08:00
2021-01-28 12:30:25 -08:00
2020-12-22 16:32:48 -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
2020-11-10 20:09:13 +08:00

KubeVela Website

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 contribution!