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/06/03 07:03:04 UTC

[dubbo-website] branch master updated: update introduction doc

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 7f9d71b  update introduction doc
7f9d71b is described below

commit 7f9d71b3704220c3748e32a7aea062fbee788ccb
Author: ken.lj <ke...@gmail.com>
AuthorDate: Thu Jun 3 15:02:48 2021 +0800

    update introduction doc
---
 content/zh/docs/v3.0/Introduction.md | 2 --
 1 file changed, 2 deletions(-)

diff --git a/content/zh/docs/v3.0/Introduction.md b/content/zh/docs/v3.0/Introduction.md
index 502e244..ad1c6f8 100644
--- a/content/zh/docs/v3.0/Introduction.md
+++ b/content/zh/docs/v3.0/Introduction.md
@@ -13,10 +13,8 @@ Apache Dubbo 是一个款微服务开发框架,它提供了 RPC通信 与 微
 
 Dubbo 提供了丰富的多语言客户端实现,其中 Java、Golang 版本是目前稳定性、活跃度最好的版本,其他多语言客户端也在持续建设中。
 
-This page introduces you to gRPC and protocol buffers. gRPC can use protocol buffers as both its Interface Definition Language (IDL) and as its underlying message interchange format. If you’re new to gRPC and/or protocol buffers, read this! If you just want to dive in and see gRPC in action first, select a language and try its Quick start.
 
 ## 简介
-In gRPC, a client application can directly call a method on a server application on a different machine as if it were a local object, making it easier for you to create distributed applications and services. As in many RPC systems, gRPC is based around the idea of defining a service, specifying the methods that can be called remotely with their parameters and return types. On the server side, the server implements this interface and runs a gRPC server to handle client calls. On the clien [...]
 
 ## 核心概念
 Dubbo 提供的核心能力包括: