docs: add docusaurus-plugin-copy-page-button#114
Conversation
|
Quick note: I used my agents to help generate this PR. Feel free to tag me (@portdeveloper) in this thread with any questions and I'll reply asap 🙏 |
|
Friendly nudge on this PR — happy to address any feedback if it'd help land it. The plugin recently shipped on react/react-native-website#5085 and continues to see adoption. Thanks for your time! |
|
another gentle nudge on this one 🙏 still mergeable, and the plugin's kept shipping since — redux toolkit just merged it (reduxjs/redux-toolkit#5299), react-native a bit before that. happy to rebase or adjust anything if it helps it land. |
|
going to close this out to keep your queue tidy 🙏 no worries at all — the plugin's still around and the offer stands, so feel free to reopen or ping me anytime if it'd be useful down the line. thanks for your time! |
Summary
docusaurus-plugin-copy-page-buttonto the docs dependenciesdocusaurus.config.tsWhy
Ceramic docs include developer guides and reference content that are useful to bring into AI tools. This adds a page-level copy/open button that exports the current page as clean markdown and includes one-click Open in ChatGPT, Claude, and Gemini actions.
I checked the repo first for existing page-level copy/Open-in-AI UI and LLM export features (
CopyPageButton,DocActionsDropdown,copy as markdown,Open in ChatGPT,Open in Claude,llms.txt,docusaurus-plugin-llms, and similar terms) and did not find an overlapping feature.The plugin has no runtime dependencies and uses peer dependencies for Docusaurus and React.
Validation
git diff --checkNot run locally: full docs build, due the dependency install/build footprint in this environment.