Table of Contents
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.
git clone [email protected]:<YOUR_ID>/cloudadc.github.io.git
git clone [email protected]:<YOUR_ID>/container-ingress.git
git clone [email protected]:<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 change
git 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