Skip to content

myf5/cloudadc.github.io

 
 

Repository files navigation

About cloudadc

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.

How to Contribute

1. Fork and clone to your local disk
git clone [email protected]:<YOUR_ID>/cloudadc.github.io.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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 92.1%
  • Python 3.4%
  • CSS 2.3%
  • JavaScript 2.1%
  • Shell 0.1%