Using monorepo packages within fern custom component #5648
Labels
feature
Requests for new features.
product/docs
Fern Docs which builds and hosts a developer documentation site
Feature Description
We have fern in our turborepo, and what we would love is the ability to import existing components into our fern docs.
Example
pnpm-workspace.yaml
:The fern project is inside
projects/docs
The helper project is inside
packages/helpers
In a fern component, we'd like to import ts/tsx/json file. Contrive example:
Use Case
We would like to leverage existing helpers and components that we have created in our monorepo in the Fern docs module to increase code-reuse, increase consistency, and reduce migration effort.
Proposed Experience (Optional)
No response
Alternatives Considered (Optional)
No response
The text was updated successfully, but these errors were encountered: