liubao68 closed pull request #1: [SCB-585]add README.md for this project URL: https://github.com/apache/incubator-servicecomb-docs/pull/1
This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/README.md b/README.md new file mode 100644 index 0000000..06095de --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# ServiceComb Documents +This project hosts ServiceComb documents, please check individual sub folders for details. + +# ServiceComb资料开发项目 +本项目是ServiceComb各个组件的开发文档源码,请查看各个子目录获取详细的说明。 diff --git a/java-chassis-reference/README.md b/java-chassis-reference/README.md new file mode 100644 index 0000000..98ba558 --- /dev/null +++ b/java-chassis-reference/README.md @@ -0,0 +1,33 @@ + +## 本项目是servicecomb-java-chassis开发指南。 + +* [访问地址](https://huaweicse.github.io/servicecomb-java-chassis-doc)(临时) + +* 编辑 + 1. Fork本项目代码 + 2. 方式一:直接编辑md源码 + 3. 方式二:下载[GitBook Editor](https://legacy.gitbook.com/editor)编辑 + 4. 提交PR + +* 发布/查看 + 1. 参考[GitBook安装指南](https://github.com/GitbookIO/gitbook/blob/master/docs/setup.md),安装gitbook + 2. 发布:gitbook build . ../docs + 3. 本地查看:gitbook serve . ../docs + +## This project is the servicecomb-java-chassis developers guide + +* [Web address](https://huaweicse.github.io/servicecomb-java-chassis-doc)(temporary) + +* Submit PR + 1. Fork this project + 2. Edit md source file, or + 3. Edit using [GitBook Editor](https://legacy.gitbook.com/editor) + 4. Submit PR + +* Publish + 1. see [GitBook installation guide](https://github.com/GitbookIO/gitbook/blob/master/docs/setup.md) + 2. publish using command:gitbook build . ../docs + 3. for local reading:gitbook serve . ../docs + + + ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
