docs: README edits
This commit is contained in:
parent
aa01a2c512
commit
cb89b73191
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ Inside of your Astro project, you'll see the following folders and files:
|
|||
└── package.json
|
||||
```
|
||||
|
||||
Markdoc can be used within content collection using the `.mdoc` extension. See `content/docs/` for an example.
|
||||
Markdoc can be used in content collections with the `.mdoc` extension. See `content/docs/` 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 configuration.
|
||||
|
||||
|
|
Loading…
Reference in a new issue