From 6e979473375e1afb821af19f8e60879d68512827 Mon Sep 17 00:00:00 2001 From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Date: Thu, 3 Oct 2024 15:32:02 +0200 Subject: [PATCH] docs: disable announcement bar for v38 --- tools/mkdocs/mkdocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/mkdocs/mkdocs.yml b/tools/mkdocs/mkdocs.yml index cf68267748d9c9..5b8eef98dd2962 100644 --- a/tools/mkdocs/mkdocs.yml +++ b/tools/mkdocs/mkdocs.yml @@ -59,7 +59,7 @@ theme: # The custom_dir points to the overrides folder, this folder has the code for our announcement bar. # The easiest way to disable the announcement bar is to comment out the custom_dir: overrides entry in this mkdocs.yml file. # https://squidfunk.github.io/mkdocs-material/customization/#setup-and-theme-structure - custom_dir: overrides + # custom_dir: overrides logo: 'assets/images/logo.png' favicon: 'assets/images/logo.png'