diff options
Diffstat (limited to 'mkdocs.yml')
| -rw-r--r-- | mkdocs.yml | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -60,6 +60,12 @@ theme: # See https://squidfunk.github.io/mkdocs-material/setup/changing-the-fonts/#autoloading #font: false + # Theme features + features: + # Code copy button + # https://squidfunk.github.io/mkdocs-material/reference/code-blocks/#code-copy-button + - content.code.copy + # Extra stylesheets extra_css: - site.css |
