summaryrefslogtreecommitdiff
path: root/.changeset/breezy-cats-grab.md
diff options
context:
space:
mode:
Diffstat (limited to '.changeset/breezy-cats-grab.md')
-rw-r--r--.changeset/breezy-cats-grab.md15
1 files changed, 0 insertions, 15 deletions
diff --git a/.changeset/breezy-cats-grab.md b/.changeset/breezy-cats-grab.md
deleted file mode 100644
index bc8228221..000000000
--- a/.changeset/breezy-cats-grab.md
+++ /dev/null
@@ -1,15 +0,0 @@
----
-'astro': patch
-'@astrojs/markdoc': patch
-'@astrojs/mdx': patch
----
-
-Introduce the (experimental) `@astrojs/markdoc` integration. This unlocks Markdoc inside your Content Collections, bringing support for Astro and UI components in your content. This also improves Astro core internals to make Content Collections extensible to more file types in the future.
-
-You can install this integration using the `astro add` command:
-
-```
-astro add markdoc
-```
-
-[Read the `@astrojs/markdoc` documentation](https://docs.astro.build/en/guides/integrations-guide/markdoc/) for usage instructions, and browse the [new `with-markdoc` starter](https://astro.new/with-markdoc) to try for yourself.