docs: @astrojs/markdoc README intro

This commit is contained in:
bholmesdev 2023-02-13 18:09:15 -05:00
parent a96dcf3787
commit 23e2511a2e

View file

@ -1,4 +1,4 @@
# @astrojs/markdoc 📝
# @astrojs/markdoc (experimental) 📝
This **[Astro integration][astro-integration]** enables the usage of [Markdoc](https://markdoc.dev/) to create components, pages, and content collection entries.
@ -13,7 +13,7 @@ This **[Astro integration][astro-integration]** enables the usage of [Markdoc](h
## Why Markdoc?
Markdoc allows you to enhance your Markdown with [UI components][astro-ui-frameworks]. If you have existing content authored in Markdoc, this integration allows you to bring those files to your Astro project.
Markdoc allows you to enhance your Markdown with [UI components][astro-ui-frameworks]. If you have existing content authored in Markdoc, this integration allows you to bring those files to your Astro project using content collections.
## Installation