Files
kubevela/docs
zzxwill 2c3c97560d FAQ
Add FAQ on installation related questions in `Reference` section of
the official site
2020-12-03 17:17:11 +08:00
..
FAQ
2020-12-03 17:17:11 +08:00
FAQ
2020-12-03 17:17:11 +08:00
2020-11-10 20:09:13 +08:00
2020-11-10 20:09:13 +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!