Skip to content

chenrui2014/incubator-dubbo-website

 
 

Repository files navigation

The Official Site for Apache Dubbo (incubating) dubbo.incubator.apache.org

The source code of website is hosted under the asf-site branch. Make sure you are working on asf-site barnch before publishing the site.

Build the website

If you are running the first time, make sure you run

cd script
./bootstrap

Make sure you have installed jekyll and gitbook. To build the website locally

bundle exec jekyll build --config _config_build.yml

To start the server locally

cd script
./deploy

And you can visit the website via http://localhost:8000

Publish the website

Copy all the files from _site directory to the parent direcotry:

cp -r _site/* .

Make sure you have all the changed committed.

git push origin asf-site

About

Apache Dubbo (incubating) documents

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 95.8%
  • CSS 3.0%
  • JavaScript 1.2%