Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork373
Closed
Description
What problem will this feature address?
When a user is on an endpoint documentation page, they want to easily copy paste the endpoint URL so they can start testing the endpoint. This used to be easily achievable with a "copy" button, but in the latest version of the framework, the button is not present anymore.
btw: thank you for your work on fumadocs, it's a great framework! 💪
Describe the solution you'd like
Thiscommit seems to have removed the copy button from code. Would it be possible to add it back (maybe behind an option, in case someone prefers not to have it?)
Describe alternatives you've considered
I think the original solution (copy button) was pretty good, I don't have any alternative solutions to that.
Additional context
Before (copy button available):
After (copy button not present):
