Chore: adjust language page weights (#274)

- No change to generated site (except for a reorder of entries in the sitemap.xml file)
- Prep work for #273
This commit is contained in:
Patrice Chalin 2020-06-11 05:04:24 -04:00 committed by GitHub
parent fdc5b387d2
commit 9dd867c20d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
26 changed files with 26 additions and 14 deletions

View File

@ -1,6 +1,7 @@
---
title: Basics Tutorial
description: A basic tutorial introduction to gRPC in Android Java.
weight: 50
---
This tutorial provides a basic Android Java programmer's introduction to working with gRPC.

View File

@ -1,7 +1,7 @@
---
title: Quick Start
description: This guide gets you started with gRPC in Android Java with a simple working example.
weight: 1
weight: 10
---
### Prerequisites

View File

@ -1,7 +1,7 @@
---
title: Basics Tutorial
description: A basic tutorial introduction to gRPC in C++.
weight: 2
weight: 50
---
This tutorial provides a basic C++ programmer's introduction to working with gRPC.

View File

@ -1,7 +1,7 @@
---
title: Quick Start
description: This guide gets you started with gRPC in C++ with a simple working example.
weight: 1
weight: 10
cmake-version: 3.17.0
---

View File

@ -1,6 +1,7 @@
---
title: Basics Tutorial
description: A basic tutorial introduction to gRPC in C#.
weight: 50
---
This tutorial provides a basic C# programmer's introduction to working with gRPC.

View File

@ -1,7 +1,7 @@
---
title: Quick Start
description: This guide gets you started with gRPC in C# with a simple working example.
weight: 1
weight: 10
---
{{< note >}}

View File

@ -1,6 +1,7 @@
---
title: Basics Tutorial
description: A basic tutorial introduction to gRPC in Dart.
weight: 50
---
This tutorial provides a basic Dart programmer's introduction to

View File

@ -1,7 +1,7 @@
---
title: Quick Start
description: This guide gets you started with gRPC in Dart with a simple working example.
weight: 1
weight: 10
---
### Prerequisites

View File

@ -1,6 +1,7 @@
---
title: Basics Tutorial
description: A basic tutorial introduction to gRPC in Go.
weight: 50
---
This tutorial provides a basic Go programmer's introduction to

View File

@ -1,7 +1,7 @@
---
title: Quick Start
description: This guide gets you started with gRPC in Go with a simple working example.
weight: 1
weight: 10
---
### Prerequisites

View File

@ -1,6 +1,7 @@
---
title: Basics Tutorial
description: A basic tutorial introduction to gRPC in Java.
weight: 50
---
This tutorial provides a basic Java programmer's introduction to

View File

@ -1,7 +1,7 @@
---
title: Quick Start
description: This guide gets you started with gRPC in Java with a simple working example.
weight: 1
weight: 10
---
### Prerequisites

View File

@ -1,6 +1,7 @@
---
title: Basics Tutorial
description: A basic tutorial introduction to gRPC in Kotlin/JVM.
weight: 50
---
This tutorial provides a basic Kotlin programmer's introduction to

View File

@ -1,7 +1,7 @@
---
title: Quick Start
description: This guide gets you started with gRPC in Kotlin with a simple working example.
weight: 1
weight: 10
---
### Prerequisites

View File

@ -1,6 +1,7 @@
---
title: Basics Tutorial
description: A basic tutorial introduction to gRPC in Node.
weight: 50
---
This tutorial provides a basic Node.js programmer's introduction

View File

@ -1,7 +1,7 @@
---
title: Quick Start
description: This guide gets you started with gRPC in Node with a simple working example.
weight: 1
weight: 10
---

View File

@ -1,6 +1,7 @@
---
title: Basics Tutorial
description: A basic tutorial introduction to gRPC in Objective-C.
weight: 50
---
This tutorial provides a basic Objective-C programmer's

View File

@ -1,7 +1,7 @@
---
title: Quick Start
description: This guide gets you started with gRPC on the iOS platform in Objective-C with a simple working example.
weight: 1
weight: 10
---
### Before you begin

View File

@ -1,6 +1,7 @@
---
title: Basics Tutorial
description: A basic tutorial introduction to gRPC in PHP.
weight: 50
---
This tutorial provides a basic PHP programmer's introduction to

View File

@ -1,7 +1,7 @@
---
title: Quick Start
description: This guide gets you started with gRPC in PHP with a simple working example.
weight: 1
weight: 10
---
### Prerequisites

View File

@ -1,6 +1,7 @@
---
title: Basics Tutorial
description: A basic tutorial introduction to gRPC in Python.
weight: 50
---
This tutorial provides a basic Python programmer's introduction

View File

@ -1,7 +1,7 @@
---
title: Quick Start
description: This guide gets you started with gRPC in Python with a simple working example.
weight: 1
weight: 10
---
### Prerequisites

View File

@ -1,6 +1,7 @@
---
title: Basics Tutorial
description: A basic tutorial introduction to gRPC in Ruby.
weight: 50
---
This tutorial provides a basic Ruby programmer's introduction to working with gRPC.

View File

@ -1,7 +1,7 @@
---
title: Quick Start
description: This guide gets you started with gRPC in Ruby with a simple working example.
weight: 1
weight: 10
---
### Prerequisites

View File

@ -1,6 +1,7 @@
---
title: Basics Tutorial
description: A basic tutorial introduction to gRPC-web.
weight: 50
---

View File

@ -1,7 +1,7 @@
---
title: Quick Start
description: This guide gets you started with gRPC-Web with a simple working example.
weight: 1
weight: 10
---
### Prerequisites