mirror of
https://github.com/withastro/astro.git
synced 2025-01-06 22:10:10 -05:00
docs: Fix error link in markdoc (#8006)
This commit is contained in:
parent
16161afb2b
commit
895afd4447
1 changed files with 1 additions and 1 deletions
|
@ -278,7 +278,7 @@ export default defineMarkdocConfig({
|
|||
|
||||
### Use client-side UI components
|
||||
|
||||
Tags and nodes are restricted to `.astro` files. To embed client-side UI components in Markdoc, [use a wrapper `.astro` component that renders a framework component](/en/core-concepts/framework-components/#nesting-framework-components) with your desired `client:` directive.
|
||||
Tags and nodes are restricted to `.astro` files. To embed client-side UI components in Markdoc, [use a wrapper `.astro` component that renders a framework component](https://docs.astro.build/en/core-concepts/framework-components/#nesting-framework-components) with your desired `client:` directive.
|
||||
|
||||
This example wraps a React `Aside.tsx` component with a `ClientAside.astro` component:
|
||||
|
||||
|
|
Loading…
Reference in a new issue