diff --git a/docusaurus.config.js b/docusaurus.config.js index 079a03c4..3dfb3153 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -297,6 +297,7 @@ const config = { }, }, ], + 'docusaurus-plugin-copy-page-button', ], } diff --git a/package-lock.json b/package-lock.json index 987f3529..ef672f92 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,6 +14,7 @@ "@mdx-js/react": "^3.1.1", "@orama/plugin-docusaurus-v3": "^3.1.18", "clsx": "^2.1.1", + "docusaurus-plugin-copy-page-button": "^0.6.2", "prism-react-renderer": "^2.4.1", "react": "^19.2.4", "react-dom": "^19.2.4", @@ -8297,9 +8298,6 @@ "cpu": [ "arm64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -8313,9 +8311,6 @@ "cpu": [ "arm64" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -8329,9 +8324,6 @@ "cpu": [ "x64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -8345,9 +8337,6 @@ "cpu": [ "x64" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -8695,9 +8684,6 @@ "cpu": [ "arm64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -8712,9 +8698,6 @@ "cpu": [ "arm64" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -8729,9 +8712,6 @@ "cpu": [ "x64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -8746,9 +8726,6 @@ "cpu": [ "x64" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -12933,6 +12910,19 @@ "node": ">=0.10.0" } }, + "node_modules/docusaurus-plugin-copy-page-button": { + "version": "0.6.2", + "resolved": "https://registry.npmjs.org/docusaurus-plugin-copy-page-button/-/docusaurus-plugin-copy-page-button-0.6.2.tgz", + "integrity": "sha512-RbldmCJ6FEYx515ptp1Ei9WwQAQyK6ty5UaHVaSlOyBfh/Nm+wu+6y3g/V7sVejBrMCxpGLnAuIJn3h8nqdjcQ==", + "license": "MIT", + "engines": { + "node": ">=18.0" + }, + "peerDependencies": { + "@docusaurus/core": "^3.0.0", + "react": "^18.0.0 || ^19.0.0" + } + }, "node_modules/dom-converter": { "version": "0.2.0", "resolved": "https://registry.npmjs.org/dom-converter/-/dom-converter-0.2.0.tgz", diff --git a/package.json b/package.json index b56df425..4847fc5f 100644 --- a/package.json +++ b/package.json @@ -31,6 +31,7 @@ "@mdx-js/react": "^3.1.1", "@orama/plugin-docusaurus-v3": "^3.1.18", "clsx": "^2.1.1", + "docusaurus-plugin-copy-page-button": "^0.6.2", "prism-react-renderer": "^2.4.1", "react": "^19.2.4", "react-dom": "^19.2.4",