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 -gto install the dev tool. - Run
npm iin the root directory to install the dependencies. - Run
docsite startin the root directory to start a local server, you will see the website in '127.0.0.1://8080'. - Run
docsite buildto build source code. - Commit all the changes.