Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Docs: move menu data into front matter (#897)
  • Loading branch information
chalin committed Nov 9, 2021
1 parent 822d711 commit 809d341
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 34 deletions.
34 changes: 0 additions & 34 deletions config.yaml
Expand Up @@ -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
3 changes: 3 additions & 0 deletions content/en/docs/_index.md
@@ -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
Expand Down

0 comments on commit 809d341

Please sign in to comment.