forked from grpc/grpc.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
113 lines (101 loc) · 2.69 KB
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
baseURL: https://grpc.io/
languageCode: en-us
title: gRPC
disableKinds: [taxonomy, taxonomyTerm]
pygmentsCodeFences: true
params:
repo: https://github.com/grpc/grpc.io
branch: main
locale: en_US
grpc_release_tag: v1.32.0
grpc_java_release_tag: v1.32.1
grpc_go_release_tag: v1.31.0
font_awesome_version: 5.12.1
description: A high-performance, open source universal RPC framework
show_banner: true
social:
gitter: https://gitter.im/grpc/grpc
reddit: https://www.reddit.com/r/grpc
twitter: https://twitter.com/grpcio
twitter_handle: '@grpcio'
features:
- title: Simple service definition
description: Define your service using Protocol Buffers, a powerful binary serialization toolset and language
icon: feature-1.svg
- title: Start quickly and scale
description: Install runtime and dev environments with a single line and also scale to millions of RPCs per second with the framework
icon: feature-2.svg
- title: Works across languages and platforms
description: Automatically generate idiomatic client and server stubs for your service in a variety of languages and platforms
icon: feature-3.svg
- title: Bi-directional streaming and integrated auth
description: Bi-directional streaming and fully integrated pluggable authentication with HTTP/2-based transport
icon: feature-4.svg
fonts:
- name: 'Open Sans'
sizes: [300, 400, 600, 700]
type: sans_serif
logos:
navbar: grpc-horizontal-white.png
hero: grpc-logo.png
footer: grpc-horizontal-white.png
markup:
goldmark:
renderer: {unsafe: true}
highlight:
style: manni
# Configuration required for auto-generating the Netlify _redirects file
mediaTypes:
text/netlify:
delimiter: ''
outputFormats:
REDIRECTS:
mediaType: text/netlify
baseName: _redirects
RSS:
baseName: feed
RELEASE:
baseName: release
outputs:
home: [HTML, REDIRECTS, RSS, RELEASE]
# Site menus
menu:
main:
- name: About
url: /about/
weight: 1
- name: Docs
url: /docs/
identifier: docs
weight: 2
- name: Blog
url: /blog/
weight: 4
- name: Community
url: /community/
weight: 5
- name: Overview
url: /docs/
weight: 1
parent: docs
- name: What is gRPC?
url: /docs/what-is-grpc/
weight: 1
parent: docs
- name: Languages
url: /docs/languages/
weight: 2
parent: docs
- name: Guides
url: /docs/guides/
identifier: guides
weight: 4
parent: docs
- name: Presentations
url: /docs/talks/
weight: 6
parent: docs
- name: FAQ
url: /faq/
weight: 7
parent: docs