You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pegasus.apache.org by wu...@apache.org on 2020/11/06 07:00:04 UTC

[incubator-pegasus-website] branch master updated: move go-client's doc link to github repo readme

This is an automated email from the ASF dual-hosted git repository.

wutao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pegasus-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 29719ab  move go-client's doc link to github repo readme
29719ab is described below

commit 29719ab88ef04442a740ea3972e5f136e15a6ac8
Author: neverchanje <wu...@gmail.com>
AuthorDate: Fri Nov 6 14:57:14 2020 +0800

    move go-client's doc link to github repo readme
---
 _community/en/community.md    |  2 +-
 _data/docs_menu.yml           |  2 +-
 _docs/en/clients/go-client.md |  5 -----
 _docs/zh/clients/go-client.md | 40 ----------------------------------------
 4 files changed, 2 insertions(+), 47 deletions(-)

diff --git a/_community/en/community.md b/_community/en/community.md
index f965f3e..7194999 100755
--- a/_community/en/community.md
+++ b/_community/en/community.md
@@ -33,6 +33,6 @@ contributor_items:
   - title: Bug Fixes
     description: >
       The known bugs were collected here: <a href="https://github.com/apache/incubator-pegasus/labels/type%2Fbug">Issues: type/bug</a>. If you encounter problems that couldn't be found in the list, please report to us via issues. 
-      Bug finding is also a meaningful contribution to us. Furthermore, since we deeply value the readability and quality of our document, minor fixes like correcting spelling errors are also welcomed.
+      Bug finding is a meaningful contribution to us. Furthermore, since we strongly value the readability and quality of our document, minor fixes like correcting spelling errors are also welcomed.
 ---
   
\ No newline at end of file
diff --git a/_data/docs_menu.yml b/_data/docs_menu.yml
index eecff1c..dee4e9b 100644
--- a/_data/docs_menu.yml
+++ b/_data/docs_menu.yml
@@ -15,7 +15,7 @@
     - name: title_cpp-client
       link: /clients/cpp-client
     - name: title_go-client
-      link: /clients/go-client
+      link: https://github.com/XiaoMi/pegasus-go-client
     - name: title_python-client
       link: /clients/python-client
     - name: title_node-client
diff --git a/_docs/en/clients/go-client.md b/_docs/en/clients/go-client.md
deleted file mode 100755
index 7315ddd..0000000
--- a/_docs/en/clients/go-client.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-permalink: clients/go-client
----
-
-TRANSLATING
diff --git a/_docs/zh/clients/go-client.md b/_docs/zh/clients/go-client.md
deleted file mode 100755
index 81587ca..0000000
--- a/_docs/zh/clients/go-client.md
+++ /dev/null
@@ -1,40 +0,0 @@
----
-permalink: clients/go-client
----
-
-## 项目地址
-
-<https://github.com/XiaoMi/pegasus-go-client>
-
-## 版本要求
-
-```
->= go 1.8
-```
-
-## 安装
-
-```
-go get github.com/XiaoMi/pegasus-go-client
-```
-
-## 使用
-
-### 示例
-
-完整的示例请参考[example](https://github.com/XiaoMi/pegasus-go-client/tree/master/example)。
-
-### log配置文件
-
-go-client 提供了简单的日志接口 pegalog,用户可以使用现有的日志库来实现该接口,go-client 会经由该接口来打印内部日志。
-
-```go
-type Logger interface {
-    Fatal(args ...interface{})
-    Fatalf(format string, args ...interface{})
-    Fatalln(args ...interface{})
-    Print(args ...interface{})
-    Printf(format string, args ...interface{})
-    Println(args ...interface{})
-}
-```


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pegasus.apache.org
For additional commands, e-mail: commits-help@pegasus.apache.org