Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Fern also implements a custom component for embedding downloadable assets:
Enable users to download assets from within your documentation, instead of linking to them, by using the `<Download>` component.

<ParamField path="src" type="string" required={true}>
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.
</ParamField>

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