diff options
| -rw-r--r-- | mkdocs.yml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |
