You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/api/plugins/plugin-content-blog.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -194,7 +194,7 @@ const config = {
194
194
195
195
## Markdown front matter {#markdown-front-matter}
196
196
197
-
Markdown documents can use the following Markdown front matter metadata fields, enclosed by a line `---` on either side.
197
+
Markdown documents can use the following Markdown [front matter](../../guides/markdown-features/markdown-features-intro.mdx#front-matter) metadata fields, enclosed by a line `---` on either side.
Copy file name to clipboardExpand all lines: website/docs/api/plugins/plugin-content-docs.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -261,7 +261,7 @@ const config = {
261
261
262
262
## Markdown front matter {#markdown-front-matter}
263
263
264
-
Markdown documents can use the following Markdown front matter metadata fields, enclosed by a line `---` on either side.
264
+
Markdown documents can use the following Markdown [front matter](../../guides/markdown-features/markdown-features-intro.mdx#front-matter) metadata fields, enclosed by a line `---` on either side.
Copy file name to clipboardExpand all lines: website/docs/api/plugins/plugin-content-pages.mdx
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,7 @@ const config = {
81
81
82
82
## Markdown front matter {#markdown-front-matter}
83
83
84
-
Markdown pages can use the following Markdown front matter metadata fields, enclosed by a line `---` on either side.
84
+
Markdown pages can use the following Markdown [front matter](../../guides/markdown-features/markdown-features-intro.mdx#front-matter) metadata fields, enclosed by a line `---` on either side.
85
85
86
86
Accepted fields:
87
87
@@ -93,7 +93,9 @@ Accepted fields:
93
93
| --- | --- | --- | --- |
94
94
|`title`|`string`| Markdown title | The blog post title. |
95
95
|`description`|`string`| The first line of Markdown content | The description of your page, which will become the `<meta name="description" content="..."/>` and `<meta property="og:description" content="..."/>` in `<head>`, used by search engines. |
96
-
|`wrapperClassName`|`string`| Class name to be added to the wrapper element to allow targeting specific page content. |
96
+
|`keywords`|`string[]`|`undefined`| Keywords meta tag, which will become the `<meta name="keywords" content="keyword1,keyword2,..."/>` in `<head>`, used by search engines. |
97
+
|`image`|`string`|`undefined`| Cover or thumbnail image that will be used when displaying the link to your post. |
98
+
|`wrapperClassName`|`string`|| Class name to be added to the wrapper element to allow targeting specific page content. |
97
99
|`hide_table_of_contents`|`boolean`|`false`| Whether to hide the table of contents to the right. |
98
100
|`draft`|`boolean`|`false`| Draft pages will only be available during development. |
99
101
|`unlisted`|`boolean`|`false`| Unlisted pages will be available in both development and production. They will be "hidden" in production, not indexed, excluded from sitemaps, and can only be accessed by users having a direct link. |
0 commit comments