mirror of https://github.com/grpc/grpc.io.git
parent
8b4e7201df
commit
0acb2dc4f4
|
|
@ -197,6 +197,11 @@ $colors: mergeColorMaps(("secondary": ($secondary, $white), "twitter-blue": ($tw
|
||||||
.highlight
|
.highlight
|
||||||
margin-bottom: 1rem
|
margin-bottom: 1rem
|
||||||
|
|
||||||
|
li >
|
||||||
|
p:last-child:not(:only-child),
|
||||||
|
ul:last-child:not(:only-child)
|
||||||
|
margin-bottom: 1em
|
||||||
|
|
||||||
p a
|
p a
|
||||||
font-weight: $weight-medium
|
font-weight: $weight-medium
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -5,10 +5,6 @@ title: Documentation
|
||||||
Learn about key gRPC concepts, try a quick start, find tutorials and reference
|
Learn about key gRPC concepts, try a quick start, find tutorials and reference
|
||||||
material for all [supported languages](languages).
|
material for all [supported languages](languages).
|
||||||
|
|
||||||
<style>
|
|
||||||
div > ul > li { padding-top: 1em !important; }
|
|
||||||
</style>
|
|
||||||
|
|
||||||
- **New to gRPC?** Start with the following pages:
|
- **New to gRPC?** Start with the following pages:
|
||||||
|
|
||||||
- [Introduction to gRPC](what-is-grpc/introduction)
|
- [Introduction to gRPC](what-is-grpc/introduction)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue