You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to be able to embed inline documentation throughout my application with links to the FernDoc page for extended details.
Currently I can do this via a custom React hover component with documentation copy-and-pasted between the app logic and the Fern docs, but it's easy for these to get out-of-sync.
Why would it be useful?
If Fern is going to become my central home for documentation, I want all of my documentation to live within Fern with multiple different ways to render it externally.
Describe the solution (optional)
React component that can be rendered within my application on hover or click that can display a short-snippet of documentation populated from Fern with a link to view the full summary on my Fern docs site. Screenshot below of the home-built solution that I would like to replace.
Additional context
The text was updated successfully, but these errors were encountered:
Problem description
I want to be able to embed inline documentation throughout my application with links to the FernDoc page for extended details.
Currently I can do this via a custom React hover component with documentation copy-and-pasted between the app logic and the Fern docs, but it's easy for these to get out-of-sync.
Why would it be useful?
If Fern is going to become my central home for documentation, I want all of my documentation to live within Fern with multiple different ways to render it externally.
Describe the solution (optional)
React component that can be rendered within my application on hover or click that can display a short-snippet of documentation populated from Fern with a link to view the full summary on my Fern docs site. Screenshot below of the home-built solution that I would like to replace.
Additional context
The text was updated successfully, but these errors were encountered: