ABOUT
优质
小牛编辑
127浏览
2023-12-01
Cloudadc is an open community that focuses on the exploration and best implementation of distributed architecture, cloud-native applications, and cloud-native application delivery control.
How to Contribute
1. Fork and clone to your local diskgit clone git@github.com:<YOUR_ID>/cloudadc.github.io.git
git clone git@github.com:<YOUR_ID>/container-ingress.git
git clone git@github.com:<YOUR_ID>/nodejs-honeypot.git
2. Do some edit via link: AsciiDoc Syntax
3. Push your change and create a Pull Request
4. Install and test locally via http://localhost:4000$ gitbook install
$ gitbook serve -w
5. Syncing a fork to catch others changegit remote -v
git remote add upstream https://github.com/cloudadc/cloudadc.github.io.git
git fetch upstream
git checkout master
git merge upstream/master
git push origin master