summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Yan Thomas <61414485+Yan-Thomas@users.noreply.github.com> 2023-08-30 08:25:29 -0300
committerGravatar GitHub <noreply@github.com> 2023-08-30 07:25:29 -0400
commite33d951af178ce0b50a41799d3ce76d107c961db (patch)
tree38f1c8bb67060ba7102fca8a236f575e20841f23
parentc2d92dc293bc5d3e2d9840fcf05cc6fa90b01327 (diff)
downloadastro-e33d951af178ce0b50a41799d3ce76d107c961db.tar.gz
astro-e33d951af178ce0b50a41799d3ce76d107c961db.tar.zst
astro-e33d951af178ce0b50a41799d3ce76d107c961db.zip
Remove draft pages info from mdx integration guide (#8281)
-rw-r--r--packages/integrations/mdx/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/mdx/README.md b/packages/integrations/mdx/README.md
index ee20236c4..01cf26c0f 100644
--- a/packages/integrations/mdx/README.md
+++ b/packages/integrations/mdx/README.md
@@ -69,7 +69,7 @@ export default defineConfig({
With the Astro MDX integration, you can [add MDX pages to your project](https://docs.astro.build/en/guides/markdown-content/#markdown-and-mdx-pages) by adding `.mdx` files within your `src/pages/` directory. You can also [import `.mdx` files](https://docs.astro.build/en/guides/markdown-content/#importing-markdown) into `.astro` files.
-Astro's MDX integration adds extra features to standard MDX, including Markdown-style frontmatter. This allows you to use most of Astro's built-in Markdown features like a [special frontmatter `layout` property](https://docs.astro.build/en/guides/markdown-content/#frontmatter-layout) and a [property for marking a page as a draft](https://docs.astro.build/en/guides/markdown-content/#draft-pages).
+Astro's MDX integration adds extra features to standard MDX, including Markdown-style frontmatter. This allows you to use most of Astro's built-in Markdown features like a [special frontmatter `layout` property](https://docs.astro.build/en/guides/markdown-content/#frontmatter-layout).
See how MDX works in Astro with examples in our [Markdown & MDX guide](https://docs.astro.build/en/guides/markdown-content/).