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 a2ecbc0 update readme and domain (#240)
a2ecbc0 is described below
commit a2ecbc093e479c6b7d27156c2947cca16cc8b29f
Author: bao liu <[email protected]>
AuthorDate: Fri May 14 17:19:37 2021 +0800
update readme and domain (#240)
---
java-chassis-reference/en_US/docs/README.md | 15 ---------------
java-chassis-reference/zh_CN/docs/README.md | 15 ---------------
plugins/bing-search/mkdocs_bingsearch/search/main.js | 2 +-
3 files changed, 1 insertion(+), 31 deletions(-)
diff --git a/java-chassis-reference/en_US/docs/README.md
b/java-chassis-reference/en_US/docs/README.md
deleted file mode 100644
index a0236d7..0000000
--- a/java-chassis-reference/en_US/docs/README.md
+++ /dev/null
@@ -1,15 +0,0 @@
-## 本项目是servicecomb-java-chassis开发指南。
-
-* 访问地址
-
[https://huaweicse.github.io/servicecomb-java-chassis-doc/zh\_CN/index.html](https://huaweicse.github.io/servicecomb-java-chassis-doc/zh_CN/index.html)
-
-* 编辑
- 1. Fork本项目代码
- 2. 方式一:直接编辑docs-zh\_CN里面的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. cd docs-zh\_CN
- 3. gitbook build . ../docs/zh\_CN
\ No newline at end of file
diff --git a/java-chassis-reference/zh_CN/docs/README.md
b/java-chassis-reference/zh_CN/docs/README.md
deleted file mode 100644
index a0236d7..0000000
--- a/java-chassis-reference/zh_CN/docs/README.md
+++ /dev/null
@@ -1,15 +0,0 @@
-## 本项目是servicecomb-java-chassis开发指南。
-
-* 访问地址
-
[https://huaweicse.github.io/servicecomb-java-chassis-doc/zh\_CN/index.html](https://huaweicse.github.io/servicecomb-java-chassis-doc/zh_CN/index.html)
-
-* 编辑
- 1. Fork本项目代码
- 2. 方式一:直接编辑docs-zh\_CN里面的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. cd docs-zh\_CN
- 3. gitbook build . ../docs/zh\_CN
\ No newline at end of file
diff --git a/plugins/bing-search/mkdocs_bingsearch/search/main.js
b/plugins/bing-search/mkdocs_bingsearch/search/main.js
index 2067797..66800d3 100644
--- a/plugins/bing-search/mkdocs_bingsearch/search/main.js
+++ b/plugins/bing-search/mkdocs_bingsearch/search/main.js
@@ -1,5 +1,5 @@
$(".wy-side-nav-search").append('<div role="search"> \
<form id ="rtd-search-form" class="wy-form" action="https://cn.bing.com"> \
<input type="text" name="q" placeholder="搜索..." value=""/> \
-<input type="hidden" name="q1"
value="site:docs.servicecomb.io/java-chassis/zh_CN"/> \
+<input type="hidden" name="q1" value="site:' + window.location.host + '"/> \
</form></div>')
\ No newline at end of file