This project keeps all sources used for building up dubbo official website which's served at http://dubbo.io or http://dubbo.apache.org.
If your version of docsite is less then 1.0.0
, please upgrade to 1.0.0
.
- Run
npm install docsite -g
to install the dev tool. - Run
npm i
in the root directory to install the dependencies. - Run
docsite start
in the root directory to start a local server, you will see the website in '127.0.0.1://8080'. - Run
docsite build
to build source code. - Verify your change locally:
python -m SimpleHTTPServer 8000
- Commit all the changes.
- Push to asf-site branch.