From 7f7a5739816f7d9b32f853fe991f503577f41fe3 Mon Sep 17 00:00:00 2001 From: Josef Hak Date: Fri, 7 Feb 2025 11:00:57 +0100 Subject: [PATCH] Enable code copy button using "content.code.copy" - easy update enabling "material" theme feature --- mkdocs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/mkdocs.yml b/mkdocs.yml index b9cf7917a..b59546c9c 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -50,6 +50,7 @@ theme: - navigation.tabs.sticky - navigation.instant - navigation.sections + - content.code.copy palette: primary: "teal"