Docs: move menu data into front matter (#897)

This commit is contained in:
Patrice Chalin 2021-11-09 16:26:00 -05:00 committed by GitHub
parent 822d711909
commit 809d341366
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 34 deletions

View File

@ -87,37 +87,3 @@ outputFormats:
outputs:
home: [HTML, REDIRECTS, RSS]
# Site menus
menu:
main:
- name: Docs
url: /docs/
identifier: docs
weight: 2
- name: Overview
url: /docs/
weight: 1
parent: docs
- name: What is gRPC?
url: /docs/what-is-grpc/
weight: 1
parent: docs
- name: Languages
url: /docs/languages/
weight: 2
parent: docs
- name: Platforms
url: /docs/platforms/
weight: 2
parent: docs
- name: Guides
url: /docs/guides/
identifier: guides
weight: 4
parent: docs
- name: FAQ
url: /faq/
weight: 7
parent: docs

View File

@ -1,6 +1,9 @@
---
title: Documentation
linkTitle: Docs
no_list: true
menu:
main: {weight: 2}
---
Learn about key gRPC concepts, try a quick start, find tutorials and reference