forked from grpc/grpc.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
135 lines (120 loc) · 2.57 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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
baseURL: https://grpc.io/
disableKinds: [taxonomy, taxonomyTerm]
theme: [docsy]
defaultContentLanguageInSubdir: false
languages:
en:
title: gRPC
description: A high-performance, open source universal RPC framework
contentDir: content/en
languageName: English
languageCode: en-us
enableGitInfo: true
enableRobotsTXT: true
params:
copyright: gRPC Authors
repo: &repo https://github.com/grpc/grpc.io
github_repo: *repo
github_project_repo: *repo
github_branch: main
branch: main
locale: en_US
grpc_vers:
core: v1.35.0
go: v1.35.0
java: v1.36.0
font_awesome_version: 5.12.1
gcs_engine_id: 788f3b1ec3a111a2f
ui:
footer_about_disable: true
sidebar_menu_compact: true
navbar_logo: true
show_banner: false
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
links:
user:
- name: Twitter
url: https://twitter.com/grpcio
icon: fab fa-twitter
- name: Google Groups
url: https://groups.google.com/g/grpc-io
icon: fab fa-google
- name: Gitter
url: https://gitter.im/grpc/grpc
icon: fab fa-gitter
developer:
- name: GitHub
url: https://github.com/grpc
icon: fab fa-github
markup:
goldmark:
renderer: {unsafe: true}
highlight:
style: manni
tableOfContents:
startLevel: 2
endLevel: 5
ordered: false
# Configuration required for auto-generating the Netlify _redirects file
mediaTypes:
text/netlify:
delimiter: ''
outputFormats:
REDIRECTS:
mediaType: text/netlify
baseName: _redirects
RSS:
baseName: feed
outputs:
home: [HTML, REDIRECTS, RSS]
# Site menus
menu:
main:
- name: About
url: /about/
weight: 1
- name: Docs
url: /docs/
identifier: docs
weight: 2
- name: Showcase
url: /showcase/
weight: 3
- 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: Platforms
url: /docs/platforms/
weight: 2
parent: docs
- name: Guides
url: /docs/guides/
identifier: guides
weight: 4
parent: docs
- name: FAQ
url: /faq/
weight: 7
parent: docs