From 0aca0d20d9635e3c4c2a7a82eb29d2b55d15e9c9 Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 9 Jan 2023 07:24:18 +0100 Subject: [PATCH] Add some feature flags for mkdocs migration --- mkdocs.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mkdocs.yml b/mkdocs.yml index c44e4640e..672a47ec9 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -60,6 +60,9 @@ theme: custom_dir: "docs/overrides" features: - search.share + - content.code.copy + - navigation.top + - navigation.footer palette: - scheme: default primary: "blue grey"