Move generated-code references to the languages section (#242)

This commit is contained in:
Patrice Chalin 2020-05-27 16:50:37 -04:00 committed by GitHub
parent 5f9696803e
commit c141c4f7e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 22 additions and 15 deletions

View File

@ -6,3 +6,4 @@ These language-specific pages are available:
- [Quick start](quickstart)
- [Basics tutorial](basics)
- [Generated-code reference](generated-code)

View File

@ -1,8 +1,9 @@
---
title: Go Generated Code Reference
title: Go Generated-code Reference
short: Generated Code
---
This guide describes the code generated with the [grpc plugin](https://godoc.org/github.com/golang/protobuf/protoc-gen-go/grpc) to `protoc-gen-go`
This page describes the code generated with the [grpc plugin](https://godoc.org/github.com/golang/protobuf/protoc-gen-go/grpc) to `protoc-gen-go`
when compiling `.proto` files with `protoc`.
You can find out how to define a gRPC service in a `.proto` file in [Service Definitions](/docs/guides/concepts/#service-definition).

View File

@ -6,3 +6,4 @@ These language-specific pages are available:
- [Quick start](quickstart)
- [Basics tutorial](basics)
- [Generated-code reference](generated-code)

View File

@ -1,5 +1,6 @@
---
title: Java Generated Code Reference
title: Java Generated-code Reference
short: Generated Code
---
## Packages

View File

@ -6,3 +6,4 @@ These language-specific pages are available:
- [Quick start](quickstart)
- [Basics tutorial](basics)
- [Generated-code reference](generated-code)

View File

@ -1,5 +1,6 @@
---
title: Python Generated Code Reference
title: Python Generated-code Reference
short: Generated Code
---
## Introduction

View File

@ -5,6 +5,7 @@
# We're using a placeholder (`:lang`) instead of a splat (`*`) to avoid
# an infinite loop when attempting to visit `/docs/quickstart`.
/docs/quickstart/:lang /docs/languages/:lang/quickstart
/docs/reference/:lang/generated-code /docs/languages/:lang/generated-code
/docs/tutorials/basic/:lang /docs/languages/:lang/basics
# These redirect rules are for API reference docs. For a list of