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/
|
url: /docs/
|
||||||
identifier: docs
|
identifier: docs
|
||||||
weight: 2
|
weight: 2
|
||||||
- name: Blog
|
|
||||||
url: /blog/
|
|
||||||
weight: 4
|
|
||||||
- name: Overview
|
- name: Overview
|
||||||
url: /docs/
|
url: /docs/
|
||||||
weight: 1
|
weight: 1
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,6 @@
|
||||||
---
|
---
|
||||||
title: gRPC Blog
|
title: gRPC Blog
|
||||||
|
linkTitle: Blog
|
||||||
|
menu:
|
||||||
|
main: {weight: 4}
|
||||||
---
|
---
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue