You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by li...@apache.org on 2021/07/15 09:00:25 UTC

[dubbo-website] branch master updated: fix go docs

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 592d4b9  fix go docs
592d4b9 is described below

commit 592d4b9beaa530d2eefc4107032103cdfa555115
Author: ken.lj <ke...@gmail.com>
AuthorDate: Thu Jul 15 17:00:07 2021 +0800

    fix go docs
---
 content/zh/docs/v3.0/languages/golang/go-specific.md | 7 +++++++
 content/zh/docs/v3.0/languages/golang/quick-start.md | 8 +++++---
 2 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/content/zh/docs/v3.0/languages/golang/go-specific.md b/content/zh/docs/v3.0/languages/golang/go-specific.md
index e69de29..4f18341 100644
--- a/content/zh/docs/v3.0/languages/golang/go-specific.md
+++ b/content/zh/docs/v3.0/languages/golang/go-specific.md
@@ -0,0 +1,7 @@
+---
+type: docs
+title: "Go 语言定义服务"
+linkTitle: "Go 语言定义服务"
+weight: 10
+description: ""
+---
\ No newline at end of file
diff --git a/content/zh/docs/v3.0/languages/golang/quick-start.md b/content/zh/docs/v3.0/languages/golang/quick-start.md
index dd55796..95b2ca3 100644
--- a/content/zh/docs/v3.0/languages/golang/quick-start.md
+++ b/content/zh/docs/v3.0/languages/golang/quick-start.md
@@ -1,7 +1,9 @@
 ---
-title: 快速开始
-keywords: 快速开始, hellowworld, Provider
-description: 快速上手dubbo-go,编写一个简单的hellowworld应用
+type: docs
+title: "Go 快速开始"
+linkTitle: "Go 快速开始"
+weight: 10
+description: ""
 ---
 
 推荐[使用 IDL](../../../examples/quick-start) 定义跨语言的服务与编码格式,以下展示的是 Golang 语言版本的服务定义与开发方式,如果你有遗留系统或无多语言开发需求,可参考以下使用方式。