docs: reshuffle note
This commit is contained in:
parent
8e14143984
commit
9e9a7ed482
1 changed files with 2 additions and 2 deletions
|
@ -121,12 +121,12 @@ export default defineConfig({
|
|||
});
|
||||
```
|
||||
|
||||
📚 [See the Markdoc documentation](https://markdoc.dev/docs/functions#creating-a-custom-function) for more on using variables or functions in your content.
|
||||
|
||||
:::note
|
||||
These options will be applied during [the Markdoc "transform" phase](https://markdoc.dev/docs/render#transform). This is run **at build time** (rather than server request time) both for static and SSR Astro projects.
|
||||
::
|
||||
|
||||
📚 [See the Markdoc documentation](https://markdoc.dev/docs/functions#creating-a-custom-function) for more on using variables or functions in your content.
|
||||
|
||||
### Content `components` prop
|
||||
|
||||
The `Content` component accepts a `components` prop, which defines mappings from Markdoc tags and HTML element names to Astro or UI framework components (React, Vue, Svelte, etc).
|
||||
|
|
Loading…
Reference in a new issue