docs: add "exclusively" to README
This commit is contained in:
parent
a72a1dbda1
commit
35cd0630c5
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ Inside of your Astro project, you'll see the following folders and files:
|
|||
└── 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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue