We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 873b52b commit 87f80a0Copy full SHA for 87f80a0
fern/products/docs/pages/component-library/default-components/embed.mdx
@@ -86,7 +86,7 @@ Fern also implements a custom component for embedding downloadable assets:
86
Enable users to download assets from within your documentation, instead of linking to them, by using the `<Download>` component.
87
88
<ParamField path="src" type="string" required={true}>
89
- Path to your local asset (relative to current MDX file)
+ Path to your local asset (relative to current MDX file). The asset must be located within the `fern` folder.
90
</ParamField>
91
92
<ParamField path="children" type="React.ReactNode" required={true}>
0 commit comments