docs: add "exclusively" to README

This commit is contained in:
bholmesdev 2023-03-01 14:28:20 -05:00
parent a72a1dbda1
commit 35cd0630c5

View file

@ -37,7 +37,7 @@ Inside of your Astro project, you'll see the following folders and files:
└── tsconfig.json └── tsconfig.json
``` ```
Markdoc can be used in content collections with the `.mdoc` extension. See `content/docs/` for an example. Markdoc can be used in content collections _exclusively_ with the `.mdoc` extension. See `content/docs/` for an example file.
You can also apply Astro components and server-rendered UI components (React, Vue, Svelte, etc) to your Markdoc files. See `src/content/DocsContent.astro` for an example. You can also apply Astro components and server-rendered UI components (React, Vue, Svelte, etc) to your Markdoc files. See `src/content/DocsContent.astro` for an example.