From 35a84eba18362c2e34922a9181be53bf098f7baa Mon Sep 17 00:00:00 2001 From: lucperkins Date: Wed, 24 Apr 2019 12:07:18 -0700 Subject: [PATCH 01/10] Automate docs top panel Signed-off-by: lucperkins --- content/docs/guides/_index.md | 1 + content/docs/quickstart/_index.md | 1 + content/docs/reference/_index.html | 1 + content/docs/samples/_index.md | 2 ++ content/docs/talks/_index.md | 2 ++ content/docs/tutorials/_index.md | 1 + layouts/_default/baseof.html | 8 ++++---- layouts/partials/docs-topnav.html | 22 +++++++++++++++------- 8 files changed, 27 insertions(+), 11 deletions(-) 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