This is an automated email from the ASF dual-hosted git repository.
liubao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-docs.git
The following commit(s) were added to refs/heads/master by this push:
new 7eea21e add how to use this document guide and fix some spell error
7eea21e is described below
commit 7eea21e6a69f24a30a48a6733355d4b03927135f
Author: liubao <[email protected]>
AuthorDate: Thu May 14 11:46:01 2020 +0800
add how to use this document guide and fix some spell error
---
java-chassis-reference/zh_CN/docs/build-provider/springmvc.md | 5 +++--
java-chassis-reference/zh_CN/docs/index.md | 10 ++++++++++
2 files changed, 13 insertions(+), 2 deletions(-)
diff --git a/java-chassis-reference/zh_CN/docs/build-provider/springmvc.md
b/java-chassis-reference/zh_CN/docs/build-provider/springmvc.md
index d1b4370..56d6d1e 100644
--- a/java-chassis-reference/zh_CN/docs/build-provider/springmvc.md
+++ b/java-chassis-reference/zh_CN/docs/build-provider/springmvc.md
@@ -2,7 +2,8 @@
## 概念阐述
-ServiceComb支持SpringMVC注解,允许使用SpringMVC风格开发微服务。建议参照着项目
[SpringMVC](https://github.com/apache/servicecomb-java-chassis/tree/master/samples/springmvc-sample)
进行详细阅读
+ServiceComb支持SpringMVC注解,允许使用SpringMVC风格开发微服务。建议参照着
+项目
[SpringMVC](https://github.com/apache/servicecomb-samples/tree/master/java-chassis-samples/springmvc-sample)
进行详细阅读
## 开发示例
@@ -60,7 +61,7 @@ public class SpringmvcHelloImpl implements Hello {
### 步骤4 启动provider 服务
-下面的代码使用Log4j作为日志记录器。开发者可以方便使用其他日志框架。
+下面的代码使用Log4j作为日志记录器。开发者可以使用其他日志框架。
```java
public class SpringmvcProviderMain {
diff --git a/java-chassis-reference/zh_CN/docs/index.md
b/java-chassis-reference/zh_CN/docs/index.md
index 2391afb..655da57 100644
--- a/java-chassis-reference/zh_CN/docs/index.md
+++ b/java-chassis-reference/zh_CN/docs/index.md
@@ -16,3 +16,13 @@ Apache ServiceComb Java Chassis 给开发者提供一个快速构建微服务的
| 最新(2.0.0) | [中文](http://1v96us.coding-pages.com/docs/java-chassis/zh_CN/),
[English](http://1v96us.coding-pages.com/docs/java-chassis/en_US/)| 由 coding
pages 托管,适合中国用户|
| 1.3.0 | [中文](https://docs.servicecomb.io/java-chassis/1.x/zh_CN/),
[English](https://docs.servicecomb.io/java-chassis/1.x/en_US/)| |
| 1.2.1 | [中文](https://docs.servicecomb.io/java-chassis/1.x/zh_CN/),
[English](https://docs.servicecomb.io/java-chassis/1.x/en_US/)| |
+
+## 如何使用本文档
+
+* 通过[目录](toc.md)了解文档结构,查看关注的章节。
+* 本文档目前的搜索功能不支持中文关键字,只能使用英文单词辅助搜索。 最好的办法是使用搜索引擎,配合站内搜索使用。
+ 推荐使用[Bing](https://cn.bing.com/), [Google](http://google.com.hk/)进行搜索。例子如下:
+
+ 异常处理 site:docs.servicecomb.io
+*
访问[文档源代码](https://github.com/apache/servicecomb-docs/tree/master/java-chassis-reference),
参考主页说明,采用 mkdocs 编译
+ 后本地使用。 并在[issue](https://github.com/apache/servicecomb-docs/issues) 提交文档错误。