diff --git a/src/content/docs/en/guides/markdown-content.mdx b/src/content/docs/en/guides/markdown-content.mdx index 23ad8749fdb9f..9877dd1cd5738 100644 --- a/src/content/docs/en/guides/markdown-content.mdx +++ b/src/content/docs/en/guides/markdown-content.mdx @@ -515,6 +515,10 @@ export default { ### Modifying frontmatter programmatically +:::note +If you are using [content collections](/en/guides/content-collections/), please see ["Modifying Frontmatter with Remark"](/en/guides/content-collections/#modifying-frontmatter-with-remark). +::: + You can add frontmatter properties to all of your Markdown and MDX files by using a [remark or rehype plugin](#markdown-plugins). 1. Append a `customProperty` to the `data.astro.frontmatter` property from your plugin's `file` argument: