Refactor menu data for leaf sections (#894)

This commit is contained in:
Patrice Chalin 2021-11-09 16:00:42 -05:00 committed by GitHub
parent c5b6ae7c57
commit c1ed22341e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 9 deletions

View File

@ -92,22 +92,13 @@ outputs:
menu:
main:
- name: About
url: /about/
weight: 1
- name: Docs
url: /docs/
identifier: docs
weight: 2
- name: Showcase
url: /showcase/
weight: 3
- name: Blog
url: /blog/
weight: 4
- name: Community
url: /community/
weight: 5
- name: Overview
url: /docs/
weight: 1

View File

@ -1,6 +1,9 @@
---
title: About gRPC
linkTitle: About
description: Who is using gRPC and why
menu:
main: {weight: 1}
---
{{< blocks/cover image_anchor="top" height="sm" color="primary" >}}

View File

@ -42,6 +42,8 @@ community_resources:
desc: >
Missed a meeting? No problem. Visit the [gRPC channel][grpc-youtube] for
meeting videos.
menu:
main: {weight: 5}
---
{{< blocks/cover color="primary" height="sm" >}}

View File

@ -15,6 +15,8 @@ customer_success_stories:
desc: >
How the productivity software company Nulab boosted its own productivity
with microservices and Kubernetes.
menu:
main: {weight: 3}
---
{{< blocks/cover height="sm" color="primary" >}}