mirror of https://github.com/grpc/grpc.io.git
Remove errant aliases
Signed-off-by: lucperkins <lucperkins@gmail.com>
This commit is contained in:
parent
2782f091e4
commit
94b5a237e5
|
|
@ -1,7 +1,6 @@
|
||||||
---
|
---
|
||||||
layout: guides
|
layout: guides
|
||||||
title: Authentication
|
title: Authentication
|
||||||
aliases: [/docs/guides/auth.html]
|
|
||||||
---
|
---
|
||||||
<p class="lead">This document provides an overview of gRPC authentication,
|
<p class="lead">This document provides an overview of gRPC authentication,
|
||||||
including our built-in supported auth mechanisms, how to plug in your own
|
including our built-in supported auth mechanisms, how to plug in your own
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
---
|
---
|
||||||
layout: guides
|
layout: guides
|
||||||
title: Benchmarking
|
title: Benchmarking
|
||||||
aliases: [/docs/guides/benchmarking.html]
|
|
||||||
---
|
---
|
||||||
<p class="lead">gRPC is designed to support high-performance
|
<p class="lead">gRPC is designed to support high-performance
|
||||||
open-source RPCs in many languages. This document describes the
|
open-source RPCs in many languages. This document describes the
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
---
|
---
|
||||||
layout: guides
|
layout: guides
|
||||||
title: gRPC Concepts
|
title: gRPC Concepts
|
||||||
aliases: [/docs/guides/concepts.html]
|
|
||||||
---
|
---
|
||||||
<p class="lead">This document introduces some key gRPC concepts with an overview
|
<p class="lead">This document introduces some key gRPC concepts with an overview
|
||||||
of gRPC's architecture and RPC life cycle.</p>
|
of gRPC's architecture and RPC life cycle.</p>
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
---
|
---
|
||||||
layout: guides
|
layout: guides
|
||||||
title: Error Handling
|
title: Error Handling
|
||||||
aliases: [/docs/guides/error.html]
|
|
||||||
---
|
---
|
||||||
<p class="lead"> This page describes how gRPC deals with errors, including gRPC's built-in error codes. Example code in different languages can be found <a href="https://github.com/avinassh/grpc-errors">here</a>.</p>
|
<p class="lead"> This page describes how gRPC deals with errors, including gRPC's built-in error codes. Example code in different languages can be found <a href="https://github.com/avinassh/grpc-errors">here</a>.</p>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
layout: quickstart
|
layout: quickstart
|
||||||
title: Android Java Quickstart
|
title: Android Java Quickstart
|
||||||
short: Android
|
short: Android
|
||||||
aliases: [/docs/quickstart/android.html]
|
|
||||||
---
|
---
|
||||||
<p class="lead">This guide gets you started with gRPC in Android Java with a simple
|
<p class="lead">This guide gets you started with gRPC in Android Java with a simple
|
||||||
working example.</p>
|
working example.</p>
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
layout: quickstart
|
layout: quickstart
|
||||||
title: C++ Quick Start
|
title: C++ Quick Start
|
||||||
short: C++
|
short: C++
|
||||||
aliases: [/docs/quickstart/cpp.html]
|
|
||||||
---
|
---
|
||||||
<p class="lead">This guide gets you started with gRPC in C++ with a simple
|
<p class="lead">This guide gets you started with gRPC in C++ with a simple
|
||||||
working example.</p>
|
working example.</p>
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
title: C# Quick Start
|
title: C# Quick Start
|
||||||
layout: quickstart
|
layout: quickstart
|
||||||
short: C#
|
short: C#
|
||||||
aliases: [/docs/quickstart/csharp.html]
|
|
||||||
---
|
---
|
||||||
|
|
||||||
<p class="lead">This guide gets you started with gRPC in C# with a simple
|
<p class="lead">This guide gets you started with gRPC in C# with a simple
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
layout: quickstart
|
layout: quickstart
|
||||||
title: Dart Quickstart
|
title: Dart Quickstart
|
||||||
short: Dart
|
short: Dart
|
||||||
aliases: [/docs/quickstart/dart.html]
|
|
||||||
---
|
---
|
||||||
<p class="lead">This guide gets you started with gRPC in Dart with a simple
|
<p class="lead">This guide gets you started with gRPC in Dart with a simple
|
||||||
working example.</p>
|
working example.</p>
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
title: Go Quick Start
|
title: Go Quick Start
|
||||||
layout: quickstart
|
layout: quickstart
|
||||||
short: Go
|
short: Go
|
||||||
aliases: [/docs/quickstart/go.html]
|
|
||||||
---
|
---
|
||||||
<p class="lead">This guide gets you started with gRPC in Go with a simple
|
<p class="lead">This guide gets you started with gRPC in Go with a simple
|
||||||
working example.</p>
|
working example.</p>
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
layout: quickstart
|
layout: quickstart
|
||||||
title: Java Quick Start
|
title: Java Quick Start
|
||||||
short: Java
|
short: Java
|
||||||
aliases: [/docs/quickstart/java.html]
|
|
||||||
---
|
---
|
||||||
<p class="lead">This guide gets you started with gRPC in Java with a simple
|
<p class="lead">This guide gets you started with gRPC in Java with a simple
|
||||||
working example.</p>
|
working example.</p>
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
title: Node Quick Start
|
title: Node Quick Start
|
||||||
layout: quickstart
|
layout: quickstart
|
||||||
short: Node
|
short: Node
|
||||||
aliases: [/docs/quickstart/node.html]
|
|
||||||
---
|
---
|
||||||
<p class="lead">This guide gets you started with gRPC in Node with a simple
|
<p class="lead">This guide gets you started with gRPC in Node with a simple
|
||||||
working example.</p>
|
working example.</p>
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
layout: quickstart
|
layout: quickstart
|
||||||
title: Objective-C Quick Start
|
title: Objective-C Quick Start
|
||||||
short: Objective-C
|
short: Objective-C
|
||||||
aliases: [/docs/quickstart/objective-c.html]
|
|
||||||
---
|
---
|
||||||
<p class="lead">This guide gets you started with gRPC on the iOS platform in
|
<p class="lead">This guide gets you started with gRPC on the iOS platform in
|
||||||
Objective-C with a simple working example.</p>
|
Objective-C with a simple working example.</p>
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
layout: quickstart
|
layout: quickstart
|
||||||
title: PHP Quick Start
|
title: PHP Quick Start
|
||||||
short: PHP
|
short: PHP
|
||||||
aliases: [/docs/quickstart/php.html]
|
|
||||||
---
|
---
|
||||||
<p class="lead">This guide gets you started with gRPC in PHP with a simple
|
<p class="lead">This guide gets you started with gRPC in PHP with a simple
|
||||||
working example.</p>
|
working example.</p>
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
layout: quickstart
|
layout: quickstart
|
||||||
title: Python Quick Start
|
title: Python Quick Start
|
||||||
short: Python
|
short: Python
|
||||||
aliases: [/docs/quickstart/python.html]
|
|
||||||
---
|
---
|
||||||
<p class="lead">This guide gets you started with gRPC in Python with a simple
|
<p class="lead">This guide gets you started with gRPC in Python with a simple
|
||||||
working example.</p>
|
working example.</p>
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
title: Ruby Quick Start
|
title: Ruby Quick Start
|
||||||
layout: quickstart
|
layout: quickstart
|
||||||
short: Ruby
|
short: Ruby
|
||||||
aliases: [/docs/quickstart/ruby.html]
|
|
||||||
---
|
---
|
||||||
|
|
||||||
<p class="lead">This guide gets you started with gRPC in Ruby with a simple
|
<p class="lead">This guide gets you started with gRPC in Ruby with a simple
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
title: Web Quick Start
|
title: Web Quick Start
|
||||||
layout: quickstart
|
layout: quickstart
|
||||||
short: Web
|
short: Web
|
||||||
aliases: [/docs/quickstart/web.html]
|
|
||||||
---
|
---
|
||||||
<p class="lead">This guide gets you started with gRPC-Web with a simple
|
<p class="lead">This guide gets you started with gRPC-Web with a simple
|
||||||
working example from the browser.</p>
|
working example from the browser.</p>
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
bodyclass: docs
|
bodyclass: docs
|
||||||
headline: Go Generated Code Reference
|
headline: Go Generated Code Reference
|
||||||
layout: docs
|
layout: docs
|
||||||
aliases: [/docs/reference/go/generated-code.html]
|
|
||||||
---
|
---
|
||||||
# Go Generated Code Reference
|
# Go Generated Code Reference
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
bodyclass: docs
|
bodyclass: docs
|
||||||
title: Java Generated Code Reference
|
title: Java Generated Code Reference
|
||||||
layout: docs
|
layout: docs
|
||||||
aliases: [/docs/reference/java/generated-code.html]
|
|
||||||
---
|
---
|
||||||
# Java Generated Code Reference
|
# Java Generated Code Reference
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
bodyclass: docs
|
bodyclass: docs
|
||||||
layout: docs
|
layout: docs
|
||||||
headline: Python Generated Code Reference
|
headline: Python Generated Code Reference
|
||||||
aliases: [/docs/reference/python/generated-code.html]
|
|
||||||
---
|
---
|
||||||
|
|
||||||
# Python Generated Code Reference
|
# Python Generated Code Reference
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
layout: tutorials
|
layout: tutorials
|
||||||
title: Asynchronous Basics - C++
|
title: Asynchronous Basics - C++
|
||||||
short: Async - C++
|
short: Async - C++
|
||||||
aliases: [docs/tutorials/async/helloasync-cpp.html]
|
|
||||||
type: async
|
type: async
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,6 @@ layout: tutorials
|
||||||
title: OAuth2 on gRPC - Objective-C
|
title: OAuth2 on gRPC - Objective-C
|
||||||
short: Auth - Objective-C
|
short: Auth - Objective-C
|
||||||
type: auth
|
type: auth
|
||||||
aliases: [/docs/tutorials/auth/oauth2-objective-c.html]
|
|
||||||
---
|
---
|
||||||
This example demonstrates how to use OAuth2 on gRPC to make
|
This example demonstrates how to use OAuth2 on gRPC to make
|
||||||
authenticated API calls on behalf of a user.
|
authenticated API calls on behalf of a user.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue