-
Notifications
You must be signed in to change notification settings - Fork 0
Enable code block copy button on documentation site #212
Copy link
Copy link
Open
Labels
Description
Context
The PSModule documentation site (psmodule.io) renders code blocks from the README and other documentation pages. Users need to be able to copy code snippets easily to use them in their own scripts.
Request
Code blocks on the documentation site should have a copy button so users can quickly copy the code content to their clipboard.
Acceptance criteria
- Code blocks on the documentation site have a visible copy button
- Clicking the copy button copies the code content to the clipboard
- The feature works across all documentation pages
Technical decisions
Approach: Material for MkDocs (and Zensical) support the code copy feature via the content.code.copy configuration in mkdocs.yml.
Implementation plan
- Enable
content.code.copy: truein themkdocs.ymltheme features - Verify the copy button appears on code blocks in the built documentation
- Test across different page types (README, function docs, examples)
Reactions are currently unavailable
