summaryrefslogtreecommitdiff
path: root/.changeset/lazy-mice-fetch.md
diff options
context:
space:
mode:
Diffstat (limited to '.changeset/lazy-mice-fetch.md')
-rw-r--r--.changeset/lazy-mice-fetch.md14
1 files changed, 0 insertions, 14 deletions
diff --git a/.changeset/lazy-mice-fetch.md b/.changeset/lazy-mice-fetch.md
deleted file mode 100644
index bdb6f6540..000000000
--- a/.changeset/lazy-mice-fetch.md
+++ /dev/null
@@ -1,14 +0,0 @@
----
-'astro': patch
-'@astrojs/markdoc': patch
----
-
-Allow access to content collection entry information (including parsed frontmatter and the entry slug) from your Markdoc using the `$entry` variable:
-
-```mdx
----
-title: Hello Markdoc!
----
-
-# {% $entry.data.title %}
-```