add docusaurus-plugin-copy-page-button#1132
Open
portdeveloper wants to merge 1 commit into
Open
Conversation
|
@portdeveloper is attempting to deploy a commit to the Uniswap Team on Vercel. A member of the Team first needs to authorize it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
adds docusaurus-plugin-copy-page-button — a "Copy page" button in the docs sidebar that exports the current page as clean markdown, with one-click "Open in ChatGPT / Claude / Gemini" actions.
useful for the contracts/SDK pages especially — when someone's on, say, a v4 hooks page or a SwapRouter reference and wants to ask claude "rewrite this for my use case", they can grab the page markdown in one click rather than copy/pasting around the page chrome.
complementary to docusaurus-plugin-llms that's already in here — llms.txt covers full-site discovery for AI tools, this covers per-page handoff for a human reader who wants to drop a single page into a chat. theme-aware, mobile friendly, auto-injects into the TOC sidebar, no config required.
already running on Arbitrum docs (similar docusaurus + ai-tooling setup) and ~12 other sites including Ethereum execution-apis, Sui, Monad, Flare, Kaia, Cardano. listed in Docusaurus community plugins.
repo: https://github.com/portdeveloper/docusaurus-plugin-copy-page-button
npm: https://www.npmjs.com/package/docusaurus-plugin-copy-page-button
demo: https://portdeveloper.github.io/copy-page-button-showcase/
happy to adjust or close if not a fit