From e52b44a09e518747c867160cc3da2302ab623158 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Quiroz?= Date: Wed, 4 Jan 2023 18:38:42 -0300 Subject: [PATCH] docs: update frontmatter section title --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8bfc986ac5..99909aceaf 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Images should be saved to `public/images/docs` and included in the markdown as f ![alt-text](/images/docs/image-title.png) ``` -#### Metadata +#### Frontmatter metadata `title` and `description` are **required** metadata props for a post: `title` will generate the main heading on the doc page and `description` is used for SEO purposes, to serve as a concise and appropiate description of the content.