Blog: move menu data into front matter (#896)

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

View File

@ -96,9 +96,6 @@ menu:
url: /docs/
identifier: docs
weight: 2
- name: Blog
url: /blog/
weight: 4
- name: Overview
url: /docs/
weight: 1

View File

@ -1,3 +1,6 @@
---
title: gRPC Blog
linkTitle: Blog
menu:
main: {weight: 4}
---