Copy Options
Give readers easy ways to copy your documentation content.
Settings#
| Setting | What it does |
|---|---|
| Copy page button | Adds a "Copy page" button — copies the full page as markdown |
| Copy markdown | Shows a markdown copy option on code blocks |
How to Enable#
- Open your docs site.
- Float Widget → Design → Content tab.
- Toggle the desired copy options.
- Save.
Copy Page Button#
Adds a button (usually near the top of the page) that copies the entire page content as raw markdown.
Use cases:
- Readers who want to paste page content into an AI prompt (e.g., ChatGPT, Claude) for further analysis.
- Teams that want to quickly copy documentation into internal tools.
- Technical writers who reference your docs while writing their own.
Copy Markdown on Code Blocks#
When enabled, every code block shows a small "copy" icon. Clicking it copies the raw code.
This is a standard developer experience feature. Most developers expect it — enabling it removes friction from your most technical readers.
Tip: This is tracked as an event in Events Analytics, so you can see which code examples are copied most often.
Make your documentation worth copying. Connect your GitHub repo →