mirror of https://github.com/grpc/grpc.io.git
Blog: move menu data into front matter (#896)
This commit is contained in:
parent
c1ed22341e
commit
822d711909
|
@ -96,9 +96,6 @@ menu:
|
|||
url: /docs/
|
||||
identifier: docs
|
||||
weight: 2
|
||||
- name: Blog
|
||||
url: /blog/
|
||||
weight: 4
|
||||
- name: Overview
|
||||
url: /docs/
|
||||
weight: 1
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
---
|
||||
title: gRPC Blog
|
||||
linkTitle: Blog
|
||||
menu:
|
||||
main: {weight: 4}
|
||||
---
|
||||
|
|
Loading…
Reference in New Issue