- Dubbo user manual(English) or Dubbo用户手册(中文) - Describe how to use Dubbo and all features of Dubbo concretely.
- Dubbo developer guide(English) or Dubbo开发手册(中文) - Detailly introduce the design principal, extension mechanisms, code conventions, version control and building project, etc.
- Dubbo admin manual(English) or Dubbo管理手册(中文) - Describe how to use Dubbo registry and admin-console.
- The Chinese version is released under the
dubbo.apache.org
domain, for example, you can visit User Mannual through http://dubbo.apache.org/books/dubbo-user-book/. - The English version is published to
dubbo.apache.org
as well. This way, you can visit the User Mannul through http://dubbo.apache.org/books/dubbo-user-book-en/.
This repository only stores markdown sources, in order to be visited by users, it should be published everytime when there's an update. It will not be published automatically, so the committers need to publish mannually following rules below:
- Publish to dubbo.apache.org. You can find the publish script stored in repo incubator-dubbo-website(the official site), clone that repo and run the script, all resources will be published automatically to dubbo.apache.org.