From: Silvio Rhatto Date: Fri, 7 Nov 2025 19:27:49 +0000 (-0300) Subject: MkDocs: code copy button X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=42ff51760c50d29de1534aa2d108107c33d782df;p=templates.git MkDocs: code copy button --- diff --git a/mkdocs.yml b/mkdocs.yml index a6c155d..34fbe44 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -60,6 +60,11 @@ theme: # See https://squidfunk.github.io/mkdocs-material/setup/changing-the-fonts/#autoloading #font: false + # Code copy button + # https://squidfunk.github.io/mkdocs-material/reference/code-blocks/#code-copy-button + features: + - content.code.copy + # Extra stylesheets extra_css: - site.css