mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-05 20:32:42 +02:00
misc(v2): change blog front matter to snake_case (#1989)
* misc(v2): change blog front matter to snake_case * Fix blog image url * Add docs for change * More migration docs
This commit is contained in:
parent
edf4c16c93
commit
65965e060a
11 changed files with 65 additions and 44 deletions
|
@ -2,10 +2,9 @@
|
|||
id: hola
|
||||
title: Hola
|
||||
author: Gao Wei
|
||||
authorTitle: Docusaurus Core Team
|
||||
authorURL: https://github.com/wgao19
|
||||
authorImageURL: https://avatars1.githubusercontent.com/u/2055384?v=4
|
||||
authorTwitter: wgao19
|
||||
author_title: Docusaurus Core Team
|
||||
author_url: https://github.com/wgao19
|
||||
author_image_url: https://avatars1.githubusercontent.com/u/2055384?v=4
|
||||
tags: [hola, docusaurus]
|
||||
---
|
||||
|
||||
|
|
|
@ -2,10 +2,9 @@
|
|||
id: hello-world
|
||||
title: Hello
|
||||
author: Endilie Yacop Sucipto
|
||||
authorTitle: Maintainer of Docusaurus
|
||||
authorURL: https://github.com/endiliey
|
||||
authorImageURL: https://avatars1.githubusercontent.com/u/17883920?s=460&v=4
|
||||
authorTwitter: endiliey
|
||||
author_title: Maintainer of Docusaurus
|
||||
author_url: https://github.com/endiliey
|
||||
author_image_url: https://avatars1.githubusercontent.com/u/17883920?s=460&v=4
|
||||
tags: [hello, docusaurus]
|
||||
---
|
||||
|
||||
|
|
|
@ -2,10 +2,9 @@
|
|||
id: welcome
|
||||
title: Welcome
|
||||
author: Yangshun Tay
|
||||
authorTitle: Front End Engineer @ Facebook
|
||||
authorURL: https://github.com/yangshun
|
||||
authorImageURL: https://avatars0.githubusercontent.com/u/1315101?s=400&v=4
|
||||
authorTwitter: yangshunz
|
||||
author_title: Front End Engineer @ Facebook
|
||||
author_url: https://github.com/yangshun
|
||||
author_image_url: https://avatars0.githubusercontent.com/u/1315101?s=400&v=4
|
||||
tags: [facebook, hello, docusaurus]
|
||||
---
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue