docs: add docusaurus-plugin-copy-page-button to community plugins#11972
docs: add docusaurus-plugin-copy-page-button to community plugins#11972portdeveloper wants to merge 1 commit intofacebook:mainfrom
Conversation
Adds an entry under Community plugins -> Features for docusaurus-plugin-copy-page-button. The plugin adds a "Copy page" button to the docs sidebar that exports the page as clean markdown, with one-click "Open in ChatGPT/Claude/Gemini" actions. It's placed adjacent to expose-markdown-docusaurus-plugin since both target the LLM/AI use case.
|
Hi @portdeveloper! Thank you for your pull request and welcome to our community. Action RequiredIn order to merge any pull request (code, docs, etc.), we require contributors to sign our Contributor License Agreement, and we don't seem to have one on file for you. ProcessIn order for us to review and merge your suggested changes, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA. Once the CLA is signed, our tooling will perform checks and validations. Afterwards, the pull request will be tagged with If you have received this in error or have any questions, please contact us at cla@meta.com. Thanks! |
✅ [V2]Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Thanks 👍 |
|
Please sign the CLA, I can't merge a PR without it |
|
Thanks @slorber just signed! |
|
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Meta Open Source project. Thanks! |
|
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Meta Open Source project. Thanks! |
Motivation
Adds an entry under Community plugins → Features for docusaurus-plugin-copy-page-button.
The plugin adds a "Copy page" button to the docs sidebar that exports the current page as clean markdown, with one-click "Open in ChatGPT", "Open in Claude", and "Open in Gemini" actions. Useful for the increasingly common workflow of asking an LLM questions about a docs page.
I placed it adjacent to
expose-markdown-docusaurus-pluginin the list since both target the LLM/AI use case.Why include it
Links
Test Plan
This is a docs-only change, no code or tests affected.