This project keeps all sources used for building up dubbo official website which's served at http://dubbo.io or http://dubbo.apache.org.
- 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 'localhost://8080'. - Run
docsite build
to build source code. - Commit all the changes.