grpc.io/config.yaml

124 lines
2.9 KiB
YAML

baseURL: https://grpc.io/
languageCode: en-us
title: gRPC
disableKinds: [taxonomy, taxonomyTerm]
pygmentsCodeFences: true
params:
locale: en_US
grpc_release_tag: v1.28.1
grpc_java_release_tag: v1.30.0
font_awesome_version: 5.12.1
description: A high-performance, open source universal RPC framework
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: Packages
url: https://packages.grpc.io
weight: 6
- 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: Quick Start
url: /docs/quickstart/
weight: 2
parent: docs
- name: Tutorials
url: /docs/tutorials/
weight: 3
parent: docs
- name: Guides
url: /docs/guides
identifier: guides
weight: 4
parent: docs
- name: Samples
url: /docs/samples/
weight: 5
parent: docs
- name: Presentations
url: /docs/talks/
weight: 6
parent: docs
- name: FAQ
url: /faq
weight: 7
parent: docs