From 182688b3da71d05f7ebcf768c4941cee5390d3ec Mon Sep 17 00:00:00 2001 From: port <108868128+portdeveloper@users.noreply.github.com> Date: Tue, 28 Apr 2026 07:30:56 +0300 Subject: [PATCH 1/2] Add docusaurus-plugin-copy-page-button Adds a 'Copy page' button to the docs sidebar that exports the page as clean markdown for use with ChatGPT, Claude, and Gemini. --- docusaurus.config.js | 1 + package.json | 1 + 2 files changed, 2 insertions(+) diff --git a/docusaurus.config.js b/docusaurus.config.js index 38543294..9d6e0d4a 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -270,6 +270,7 @@ const config = { }, plugins: [ ...regionConfig.plugins, + 'docusaurus-plugin-copy-page-button', [ './config/docusaurus-rewrite-siteconfig-plugin', { diff --git a/package.json b/package.json index 10b19089..ba03b48f 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,7 @@ "@docusaurus/theme-classic": "^3.1.1", "@mdx-js/react": "^3.0.1", "clsx": "^1.1.1", + "docusaurus-plugin-copy-page-button": "^0.4.2", "mdx-mermaid": "^2.0.0", "mermaid": "^10.8.0", "prism-react-renderer": "^2.1.0", From a0bcd50df904396a3dba627fd191a8713e24a71b Mon Sep 17 00:00:00 2001 From: port <108868128+portdeveloper@users.noreply.github.com> Date: Sat, 16 May 2026 14:41:36 +0000 Subject: [PATCH 2/2] bump docusaurus-plugin-copy-page-button to ^0.5.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ba03b48f..835bf03c 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@docusaurus/theme-classic": "^3.1.1", "@mdx-js/react": "^3.0.1", "clsx": "^1.1.1", - "docusaurus-plugin-copy-page-button": "^0.4.2", + "docusaurus-plugin-copy-page-button": "^0.5.2", "mdx-mermaid": "^2.0.0", "mermaid": "^10.8.0", "prism-react-renderer": "^2.1.0",