mirror of https://github.com/grpc/grpc.io.git
Merge remote-tracking branch 'upstream/master' into lperkins/markdown-community-page
This commit is contained in:
commit
779e1246bf
4
Makefile
4
Makefile
|
|
@ -1,4 +1,4 @@
|
|||
HUGO_VERSION = 0.53
|
||||
HUGO_VERSION = 0.55.0
|
||||
DOCKER_IMG := klakegg/hugo:$(HUGO_VERSION)
|
||||
SERVE_CMD = server --buildDrafts --buildFuture --disableFastRender --ignoreCache
|
||||
|
||||
|
|
@ -20,4 +20,4 @@ preview-build:
|
|||
--baseURL $(DEPLOY_PRIME_URL) \
|
||||
--buildDrafts \
|
||||
--buildFuture \
|
||||
--minify
|
||||
--minify
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
<div class="section2">
|
||||
|
||||
<a name="arrow"><h1>Why gRPC?</h1></a>
|
||||
gRPC is a modern open source high performance RPC framework that can run in any environment. It can efficiently connect services in and across data centers with pluggable support for load balancing, tracing, health checking and authentication. It is also applicable in last mile of distributed computing to connect devices, mobile applications and browsers to backend services.
|
||||
gRPC is a modern open source high performance RPC framework that can run in any environment. It can efficiently connect services in and across data centers with pluggable support for load balancing, tracing, health checking and authentication. It is also applicable in last mile of distributed computing to connect devices, mobile applications and browsers to backend services.
|
||||
|
||||
|
||||
</div>
|
||||
|
|
@ -81,7 +81,7 @@ Define your service using Protocol Buffers, a powerful binary serialization tool
|
|||
|
||||
<div class="section4">
|
||||
<h1 style="color:white">Want to Learn More?</h1>
|
||||
Get started by learning concepts and doing our hello world quickstart in language of your choice. <br>
|
||||
Get started by learning concepts and doing our hello world quickstart in language of your choice. <br>
|
||||
<div class="button" style="margin-top:3%">
|
||||
<a href="docs/guides/concepts/"><button>GET STARTED</button></a>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue