mirror of https://github.com/grpc/grpc.io.git
Docs: move menu data into front matter (#897)
This commit is contained in:
parent
822d711909
commit
809d341366
34
config.yaml
34
config.yaml
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue