From 79760c181de0cd8b542df71e2a7cef500d570477 Mon Sep 17 00:00:00 2001 From: yangshun Date: Sun, 17 Nov 2019 05:11:03 -0800 Subject: [PATCH] More migration docs --- website/docs/migrating-from-v1-to-v2.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/docs/migrating-from-v1-to-v2.md b/website/docs/migrating-from-v1-to-v2.md index fad1520f460c..a702d2cf457c 100644 --- a/website/docs/migrating-from-v1-to-v2.md +++ b/website/docs/migrating-from-v1-to-v2.md @@ -422,6 +422,8 @@ Refer to the [multi-language support code blocks](markdown-features.mdx#multi-la The Docusaurus frontmatter fields for the blog have been changed from camelCase to snake_case to be consistent with the docs. +The fields `authorFBID` and `authorTwitter` have been deprecated. They are only used for generating the profile image of the author which can be done via the `author_image_url` field. + ## Update `.gitignore` The `.gitignore` in your `website` should contain: