Feature Request: Add a "Copy Page" button to the docs site
Description
It would be very helpful for users if the documentation pages had a convenient way to copy the entire current page's content as clean Markdown. It's useful when sharing context with LLMs. right now people have to manually select + copy, which often includes unwanted noise (sidebars, headers, navigation).
I came across a lightweight Docusaurus plugin that does exactly this with almost zero configuration:
Plugin: docusaurus-plugin-copy-page-button
Showcase / Demo: https://portdeveloper.github.io/copy-page-button-showcase/
GitHub: https://github.com/portdeveloper/docusaurus-plugin-copy-page-button
Main benefit: Adds a "Copy page" button (usually in the sidebar) that copies the page content as AI-friendly Markdown. It also optionally offers one-click "Open in ChatGPT / Claude / Gemini" actions.
Feature Request: Add a "Copy Page" button to the docs site
Description
It would be very helpful for users if the documentation pages had a convenient way to copy the entire current page's content as clean Markdown. It's useful when sharing context with LLMs. right now people have to manually select + copy, which often includes unwanted noise (sidebars, headers, navigation).
I came across a lightweight Docusaurus plugin that does exactly this with almost zero configuration:
Plugin: docusaurus-plugin-copy-page-button
Showcase / Demo: https://portdeveloper.github.io/copy-page-button-showcase/
GitHub: https://github.com/portdeveloper/docusaurus-plugin-copy-page-button
Main benefit: Adds a "Copy page" button (usually in the sidebar) that copies the page content as AI-friendly Markdown. It also optionally offers one-click "Open in ChatGPT / Claude / Gemini" actions.