Skip to content

Commit 87f80a0

Browse files
authored
clarify asset location for download component (#1067)
1 parent 873b52b commit 87f80a0

File tree

1 file changed

+1
-1
lines changed
  • fern/products/docs/pages/component-library/default-components

1 file changed

+1
-1
lines changed

fern/products/docs/pages/component-library/default-components/embed.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Fern also implements a custom component for embedding downloadable assets:
8686
Enable users to download assets from within your documentation, instead of linking to them, by using the `<Download>` component.
8787

8888
<ParamField path="src" type="string" required={true}>
89-
Path to your local asset (relative to current MDX file)
89+
Path to your local asset (relative to current MDX file). The asset must be located within the `fern` folder.
9090
</ParamField>
9191

9292
<ParamField path="children" type="React.ReactNode" required={true}>

0 commit comments

Comments
 (0)