[docs] Fix Markdoc README links (#6458)
This commit is contained in:
parent
05fc7ae54c
commit
60c7690b4c
1 changed files with 2 additions and 2 deletions
|
@ -218,7 +218,7 @@ import Aside from './Aside';
|
|||
<Aside client:load />
|
||||
```
|
||||
|
||||
This component [can be applied via the `components` prop](#render-html-elements-as-astro-components):
|
||||
This component [can be applied via the `components` prop](#render-markdoc-nodes--html-elements-as-astro-components):
|
||||
|
||||
```astro
|
||||
---
|
||||
|
@ -277,7 +277,7 @@ Now, you can call this function from any Markdoc content entry:
|
|||
```
|
||||
|
||||
:::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. If you need to define configuration at runtime (ex. SSR variables), [see the next section](#Define-markdoc-configuration-at-runtime).
|
||||
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. If you need to define configuration at runtime (ex. SSR variables), [see the next section](#define-markdoc-configuration-at-runtime).
|
||||
:::
|
||||
|
||||
📚 [See the Markdoc documentation](https://markdoc.dev/docs/functions#creating-a-custom-function) for more on using variables or functions in your content.
|
||||
|
|
Loading…
Reference in a new issue