Skip to content

Commit 6e02d61

Browse files
add: adding copy page button to easily copy and paste page content
1 parent f251dd4 commit 6e02d61

3 files changed

Lines changed: 17 additions & 1 deletion

File tree

docusaurus.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ const config: Config = {
4848
description: 'Comprehensive documentation for Graphical Playground, the visual programming environment.',
4949
siteUrl: 'https://docs.graphical-playground.com'
5050
}
51-
]
51+
],
52+
'docusaurus-plugin-copy-page-button'
5253
],
5354

5455
// Even if you don't use internationalization, you can use this field to set

package-lock.json

Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"@mdx-js/react": "^3.0.0",
2525
"@tailwindcss/postcss": "^4.2.4",
2626
"clsx": "^2.0.0",
27+
"docusaurus-plugin-copy-page-button": "^0.7.0",
2728
"postcss": "^8.5.12",
2829
"prism-react-renderer": "^2.3.0",
2930
"react": "^19.0.0",

0 commit comments

Comments
 (0)