diff --git a/content/docs/guides/auth.md b/content/docs/guides/auth.md index 1781c86..2c11cce 100644 --- a/content/docs/guides/auth.md +++ b/content/docs/guides/auth.md @@ -1,7 +1,6 @@ --- layout: guides title: Authentication -aliases: [/docs/guides/auth.html] ---
This document provides an overview of gRPC authentication, including our built-in supported auth mechanisms, how to plug in your own diff --git a/content/docs/guides/benchmarking.md b/content/docs/guides/benchmarking.md index b9aa351..9c31820 100644 --- a/content/docs/guides/benchmarking.md +++ b/content/docs/guides/benchmarking.md @@ -1,7 +1,6 @@ --- layout: guides title: Benchmarking -aliases: [/docs/guides/benchmarking.html] ---
gRPC is designed to support high-performance open-source RPCs in many languages. This document describes the diff --git a/content/docs/guides/concepts.md b/content/docs/guides/concepts.md index 6e1149b..2ead78c 100644 --- a/content/docs/guides/concepts.md +++ b/content/docs/guides/concepts.md @@ -1,7 +1,6 @@ --- layout: guides title: gRPC Concepts -aliases: [/docs/guides/concepts.html] ---
This document introduces some key gRPC concepts with an overview of gRPC's architecture and RPC life cycle.
diff --git a/content/docs/guides/error.md b/content/docs/guides/error.md index ee473ec..ae2d1f3 100644 --- a/content/docs/guides/error.md +++ b/content/docs/guides/error.md @@ -1,7 +1,6 @@ --- layout: guides title: Error Handling -aliases: [/docs/guides/error.html] ---This page describes how gRPC deals with errors, including gRPC's built-in error codes. Example code in different languages can be found here.
diff --git a/content/docs/quickstart/android.md b/content/docs/quickstart/android.md index fb22cb1..d7d198b 100644 --- a/content/docs/quickstart/android.md +++ b/content/docs/quickstart/android.md @@ -2,7 +2,6 @@ layout: quickstart title: Android Java Quickstart short: Android -aliases: [/docs/quickstart/android.html] ---This guide gets you started with gRPC in Android Java with a simple working example.
diff --git a/content/docs/quickstart/cpp.md b/content/docs/quickstart/cpp.md index e4d840e..0c895d9 100644 --- a/content/docs/quickstart/cpp.md +++ b/content/docs/quickstart/cpp.md @@ -2,7 +2,6 @@ layout: quickstart title: C++ Quick Start short: C++ -aliases: [/docs/quickstart/cpp.html] ---This guide gets you started with gRPC in C++ with a simple working example.
diff --git a/content/docs/quickstart/csharp.md b/content/docs/quickstart/csharp.md index a1ac6f9..526199c 100644 --- a/content/docs/quickstart/csharp.md +++ b/content/docs/quickstart/csharp.md @@ -2,7 +2,6 @@ title: C# Quick Start layout: quickstart short: C# -aliases: [/docs/quickstart/csharp.html] ---This guide gets you started with gRPC in C# with a simple diff --git a/content/docs/quickstart/dart.md b/content/docs/quickstart/dart.md index e889e3b..8346909 100644 --- a/content/docs/quickstart/dart.md +++ b/content/docs/quickstart/dart.md @@ -2,7 +2,6 @@ layout: quickstart title: Dart Quickstart short: Dart -aliases: [/docs/quickstart/dart.html] ---
This guide gets you started with gRPC in Dart with a simple working example.
diff --git a/content/docs/quickstart/go.md b/content/docs/quickstart/go.md index fd2529b..da23196 100644 --- a/content/docs/quickstart/go.md +++ b/content/docs/quickstart/go.md @@ -2,7 +2,6 @@ title: Go Quick Start layout: quickstart short: Go -aliases: [/docs/quickstart/go.html] ---This guide gets you started with gRPC in Go with a simple working example.
diff --git a/content/docs/quickstart/java.md b/content/docs/quickstart/java.md index 0291dcb..c2f03cb 100644 --- a/content/docs/quickstart/java.md +++ b/content/docs/quickstart/java.md @@ -2,7 +2,6 @@ layout: quickstart title: Java Quick Start short: Java -aliases: [/docs/quickstart/java.html] ---This guide gets you started with gRPC in Java with a simple working example.
diff --git a/content/docs/quickstart/node.md b/content/docs/quickstart/node.md index 58bebc2..5c68e60 100644 --- a/content/docs/quickstart/node.md +++ b/content/docs/quickstart/node.md @@ -2,7 +2,6 @@ title: Node Quick Start layout: quickstart short: Node -aliases: [/docs/quickstart/node.html] ---This guide gets you started with gRPC in Node with a simple working example.
diff --git a/content/docs/quickstart/objective-c.md b/content/docs/quickstart/objective-c.md index c993b4c..4d90674 100644 --- a/content/docs/quickstart/objective-c.md +++ b/content/docs/quickstart/objective-c.md @@ -2,7 +2,6 @@ layout: quickstart title: Objective-C Quick Start short: Objective-C -aliases: [/docs/quickstart/objective-c.html] ---This guide gets you started with gRPC on the iOS platform in Objective-C with a simple working example.
diff --git a/content/docs/quickstart/php.md b/content/docs/quickstart/php.md index 55d3335..5387ec6 100644 --- a/content/docs/quickstart/php.md +++ b/content/docs/quickstart/php.md @@ -2,7 +2,6 @@ layout: quickstart title: PHP Quick Start short: PHP -aliases: [/docs/quickstart/php.html] ---This guide gets you started with gRPC in PHP with a simple working example.
diff --git a/content/docs/quickstart/python.md b/content/docs/quickstart/python.md index 2b827a7..e178d9f 100644 --- a/content/docs/quickstart/python.md +++ b/content/docs/quickstart/python.md @@ -2,7 +2,6 @@ layout: quickstart title: Python Quick Start short: Python -aliases: [/docs/quickstart/python.html] ---This guide gets you started with gRPC in Python with a simple working example.
diff --git a/content/docs/quickstart/ruby.md b/content/docs/quickstart/ruby.md index 448eccd..08c68d8 100644 --- a/content/docs/quickstart/ruby.md +++ b/content/docs/quickstart/ruby.md @@ -2,7 +2,6 @@ title: Ruby Quick Start layout: quickstart short: Ruby -aliases: [/docs/quickstart/ruby.html] ---This guide gets you started with gRPC in Ruby with a simple diff --git a/content/docs/quickstart/web.md b/content/docs/quickstart/web.md index 9ae0f23..70e6ebe 100644 --- a/content/docs/quickstart/web.md +++ b/content/docs/quickstart/web.md @@ -2,7 +2,6 @@ title: Web Quick Start layout: quickstart short: Web -aliases: [/docs/quickstart/web.html] ---
This guide gets you started with gRPC-Web with a simple working example from the browser.
diff --git a/content/docs/reference/go/generated-code.md b/content/docs/reference/go/generated-code.md index ba53f5d..d3d2bb3 100644 --- a/content/docs/reference/go/generated-code.md +++ b/content/docs/reference/go/generated-code.md @@ -2,7 +2,6 @@ bodyclass: docs headline: Go Generated Code Reference layout: docs -aliases: [/docs/reference/go/generated-code.html] --- # Go Generated Code Reference diff --git a/content/docs/reference/java/generated-code.md b/content/docs/reference/java/generated-code.md index 9625798..85d47d2 100644 --- a/content/docs/reference/java/generated-code.md +++ b/content/docs/reference/java/generated-code.md @@ -2,7 +2,6 @@ bodyclass: docs title: Java Generated Code Reference layout: docs -aliases: [/docs/reference/java/generated-code.html] --- # Java Generated Code Reference diff --git a/content/docs/reference/python/generated-code.md b/content/docs/reference/python/generated-code.md index 6af256d..3e2b42b 100644 --- a/content/docs/reference/python/generated-code.md +++ b/content/docs/reference/python/generated-code.md @@ -2,7 +2,6 @@ bodyclass: docs layout: docs headline: Python Generated Code Reference -aliases: [/docs/reference/python/generated-code.html] --- # Python Generated Code Reference diff --git a/content/docs/tutorials/async/helloasync-cpp.md b/content/docs/tutorials/async/helloasync-cpp.md index d3328f2..96b62d5 100644 --- a/content/docs/tutorials/async/helloasync-cpp.md +++ b/content/docs/tutorials/async/helloasync-cpp.md @@ -2,7 +2,6 @@ layout: tutorials title: Asynchronous Basics - C++ short: Async - C++ -aliases: [docs/tutorials/async/helloasync-cpp.html] type: async --- diff --git a/content/docs/tutorials/auth/oauth2-objective-c.md b/content/docs/tutorials/auth/oauth2-objective-c.md index 4711149..dbad6aa 100644 --- a/content/docs/tutorials/auth/oauth2-objective-c.md +++ b/content/docs/tutorials/auth/oauth2-objective-c.md @@ -3,7 +3,6 @@ layout: tutorials title: OAuth2 on gRPC - Objective-C short: Auth - Objective-C type: auth -aliases: [/docs/tutorials/auth/oauth2-objective-c.html] --- This example demonstrates how to use OAuth2 on gRPC to make authenticated API calls on behalf of a user.