diff --git a/content/docs/guides/_index.md b/content/docs/guides/_index.md index 09ef36a..70effa1 100644 --- a/content/docs/guides/_index.md +++ b/content/docs/guides/_index.md @@ -1,6 +1,7 @@ --- layout: guides title: Guides +weight: 2 --- This document introduces you to gRPC and protocol buffers. gRPC can use diff --git a/content/docs/quickstart/_index.md b/content/docs/quickstart/_index.md index 1b73b19..92f5454 100644 --- a/content/docs/quickstart/_index.md +++ b/content/docs/quickstart/_index.md @@ -1,6 +1,7 @@ --- title: Quick Start layout: quickstart +weight: 1 ---

Get started with gRPC diff --git a/content/docs/reference/_index.html b/content/docs/reference/_index.html index dc752ce..8a75d62 100644 --- a/content/docs/reference/_index.html +++ b/content/docs/reference/_index.html @@ -4,6 +4,7 @@ headline: 'Language Specific API Reference' layout: docs title: Reference type: markdown +weight: 4 ---

Links to the language specific automatically generated API reference documentation.

diff --git a/content/docs/samples/_index.md b/content/docs/samples/_index.md index 4e8575f..5434ebf 100644 --- a/content/docs/samples/_index.md +++ b/content/docs/samples/_index.md @@ -4,7 +4,9 @@ headline: 'gRPC Samples' layout: docs title: Samples type: markdown +weight: 5 --- +

Here are some sample apps to help developers build certain functionalities