forked from grpc/grpc.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
99 lines (84 loc) · 1.96 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
baseURL: https://grpc.io/
disableKinds: [taxonomy, term]
googleAnalytics: G-8H17ZWYV40
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:
gtmID: "GTM-55D2HXLW"
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.64.0
go: v1.65.0
java: v1.66.0
node: "@grpc/[email protected]"
font_awesome_version: 5.12.1
gcs_engine_id: 788f3b1ec3a111a2f
ui:
footer_about_disable: true
navbar_logo: true
navbar_translucent_over_cover_disable: true
sidebar_menu_compact: true
show_banner: true
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
- name: YouTube
url: https://www.youtube.com/@grpcio
icon: fab fa-youtube
developer:
- name: GitHub
url: https://github.com/grpc
icon: fab fa-github
mermaid:
enable: true
theme: "neutral"
markup:
goldmark:
renderer: {unsafe: true}
highlight:
style: manni
tableOfContents:
startLevel: 2
endLevel: 5
ordered: false
# Netlify _redirects file
mediaTypes:
text/netlify: {}
outputFormats:
REDIRECTS:
mediaType: text/netlify
baseName: _redirects
notAlternative: true
outputs:
home: [HTML, REDIRECTS, RSS]