diff --git a/docs/contributing/docs-and-blog-components.md b/docs/contributing/docs-and-blog-components.md index 39e4a501e81e3..8396c4f4145a7 100644 --- a/docs/contributing/docs-and-blog-components.md +++ b/docs/contributing/docs-and-blog-components.md @@ -206,6 +206,89 @@ New docs and blog posts are added to the [docs](https://github.com/gatsbyjs/gats You can read more about writing in Markdown in the [Markdown syntax guide](/docs/mdx/markdown-syntax). +### Frontmatter + +[Frontmatter](/docs/adding-markdown-pages/#frontmatter-for-metadata-in-markdown-files) is a set of key-value pairs in your Markdown and MDX files that defines the metadata for a page. While authoring new docs and blog posts for the Gatsby site, it may be helpful to understand what frontmatter is available to you. + +#### General + +- `title` (string) + + The title of the doc or blog post. Gatsby renders the value in `og:title`, `