mirror of https://github.com/grpc/grpc.io.git
Another redirect-rule variant trial
This commit is contained in:
parent
e81796f189
commit
857a295683
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: API reference
|
||||
short: API
|
||||
weight: 90
|
||||
# Note: this is a placeholder page. The URL to this page redirects elsewhere.
|
||||
---
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@ core-library][core-library] implementation is covered here:
|
|||
|
||||
- [Quick start](quickstart)
|
||||
- [Basics tutorial](basics)
|
||||
- [API reference](api?path=/api/Grpc.Core)
|
||||
- [API reference](api)
|
||||
|
||||
For details concerning the newer gRPC for .NET implementation, see [gRPC for
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: API reference
|
||||
short: API
|
||||
weight: 90
|
||||
# Note: this is a placeholder page. The URL to this page redirects elsewhere.
|
||||
---
|
||||
|
|
|
|||
|
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
title: API reference
|
||||
short: API
|
||||
weight: 90
|
||||
# Note: this is a placeholder page. The URL to this page redirects elsewhere.
|
||||
---
|
||||
|
|
@ -6,4 +6,4 @@ These language-specific pages are available:
|
|||
|
||||
- [Quick start](quickstart)
|
||||
- [Basics tutorial](basics)
|
||||
- [API reference](https://javadocs.dev/io.grpc/grpc-kotlin-stub/latest)
|
||||
- [API reference](api/javadocs.dev/io.grpc/grpc-kotlin-stub/latest?ext=1)
|
||||
|
|
|
|||
|
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
title: API reference
|
||||
short: API
|
||||
weight: 90
|
||||
# Note: this is a placeholder page. The URL to this page redirects elsewhere.
|
||||
---
|
||||
|
|
@ -6,4 +6,4 @@ These language-specific pages are available:
|
|||
|
||||
- [Quick start](quickstart)
|
||||
- [Basics tutorial](basics)
|
||||
- [API reference](https://grpc.github.io/grpc/node)
|
||||
- [API reference](api)
|
||||
|
|
|
|||
|
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
title: API reference
|
||||
short: API
|
||||
weight: 90
|
||||
# Note: this is a placeholder page. The URL to this page redirects elsewhere.
|
||||
---
|
||||
|
|
@ -7,4 +7,4 @@ These language-specific pages are available:
|
|||
- [Quick start](quickstart)
|
||||
- [Basics tutorial](basics)
|
||||
- [OAuth2 tutorial](oauth2)
|
||||
- [API reference](https://grpc.github.io/grpc/objc)
|
||||
- [API reference](api?lang=objc)
|
||||
|
|
|
|||
|
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
title: API reference
|
||||
short: API
|
||||
weight: 90
|
||||
# Note: this is a placeholder page. The URL to this page redirects elsewhere.
|
||||
---
|
||||
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: OAuth2
|
||||
weight: 60
|
||||
---
|
||||
|
||||
This example demonstrates how to use OAuth2 on gRPC to make
|
||||
|
|
|
|||
|
|
@ -6,4 +6,4 @@ These language-specific pages are available:
|
|||
|
||||
- [Quick start](quickstart)
|
||||
- [Basics tutorial](basics)
|
||||
- [API reference](https://grpc.github.io/grpc/php/namespace-Grpc)
|
||||
- [API reference](api/namespace-Grpc)
|
||||
|
|
|
|||
|
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
title: API reference
|
||||
short: API
|
||||
weight: 90
|
||||
# Note: this is a placeholder page. The URL to this page redirects elsewhere.
|
||||
---
|
||||
|
|
@ -7,4 +7,4 @@ These language-specific pages are available:
|
|||
- [Quick start](quickstart)
|
||||
- [Basics tutorial](basics)
|
||||
- [Generated-code reference](generated-code)
|
||||
- [API reference](https://grpc.github.io/grpc/python)
|
||||
- [API reference](api)
|
||||
|
|
|
|||
|
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
title: API reference
|
||||
short: API
|
||||
weight: 90
|
||||
# Note: this is a placeholder page. The URL to this page redirects elsewhere.
|
||||
---
|
||||
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
title: Python Generated-code Reference
|
||||
short: Generated Code
|
||||
weight: 80
|
||||
---
|
||||
|
||||
## Introduction
|
||||
|
|
|
|||
|
|
@ -6,4 +6,4 @@ These language-specific pages are available:
|
|||
|
||||
- [Quick start](quickstart)
|
||||
- [Basics tutorial](basics)
|
||||
- [API reference](https://www.rubydoc.info/gems/grpc)
|
||||
- [API reference](api/rubydoc.info/gems/grpc?ext=1)
|
||||
|
|
|
|||
|
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
title: API reference
|
||||
short: API
|
||||
weight: 90
|
||||
# Note: this is a placeholder page. The URL to this page redirects elsewhere.
|
||||
---
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
{{ $isExternal := or (hasPrefix .Destination "http") (findRE "^(|/docs/languages/.+?/)api/?$" .Destination) -}}
|
||||
{{ $isExternal := or (hasPrefix .Destination "http") (findRE "^(/docs/languages/.+?/)?api(/.*)?(\\?.*)?$" .Destination) -}}
|
||||
<a href="{{ .Destination | safeURL }}"
|
||||
{{- with .Title }} title="{{ . }}"{{ end -}}
|
||||
{{- if $isExternal }} target="_blank" rel="noopener"{{ end -}}
|
||||
|
|
|
|||
|
|
@ -19,7 +19,11 @@
|
|||
|
||||
# API reference docs
|
||||
|
||||
/docs/languages/android/api https://grpc.github.io/grpc-java/javadoc 301!
|
||||
/docs/languages/csharp/dotnet/api https://grpc.github.io/grpc/csharp-dotnet/api/Grpc.Core 301!
|
||||
/docs/languages/csharp/api https://grpc.github.io/grpc/csharp/api/Grpc.Core 301!
|
||||
#/docs/languages/:lang/api https://grpc.github.io/grpc/:lang 301!
|
||||
# /docs/languages/android/api https://grpc.github.io/grpc-java/javadoc 301!
|
||||
# /docs/languages/csharp/dotnet/api https://grpc.github.io/grpc/csharp-dotnet/api/Grpc.Core 301!
|
||||
# /docs/languages/csharp/api https://grpc.github.io/grpc/csharp/api/Grpc.Core 301!
|
||||
|
||||
/docs/languages/:lang/api/* ext=:ext https://:splat 301!
|
||||
/docs/languages/:lang/api/* sep=:sep https://grpc.github.io/grpc:sep:lang/:splat 301!
|
||||
/docs/languages/:notUsed/api/* lang=:lang https://grpc.github.io/grpc/:lang/:splat 301! # objc
|
||||
/docs/languages/:lang/api/* https://grpc.github.io/grpc/:lang/:splat 301!
|
||||
|
|
|
|||
Loading…
Reference in New Issue