From 3005982a3cd163a0773290a29bcc4eb136cfeea8 Mon Sep 17 00:00:00 2001 From: facelessuser Date: Tue, 10 Oct 2023 09:15:39 -0600 Subject: [PATCH] Update out of date announcement and allow dismissing --- docs/src/mkdocs.yml | 1 + docs/theme/announce.html | 6 ------ mkdocs.yml | 1 + 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/docs/src/mkdocs.yml b/docs/src/mkdocs.yml index 111b8c3da..79e97ba7b 100644 --- a/docs/src/mkdocs.yml +++ b/docs/src/mkdocs.yml @@ -20,6 +20,7 @@ theme: text: Roboto code: Roboto Mono features: + - announce.dismiss - navigation.tabs - navigation.top - navigation.instant diff --git a/docs/theme/announce.html b/docs/theme/announce.html index bc980e165..04a6682f1 100644 --- a/docs/theme/announce.html +++ b/docs/theme/announce.html @@ -1,9 +1,3 @@ - -{% set icon = "material/alert-decagram" %} -{% include ".icons/" ~ icon ~ ".svg" %} - -9.0 has been released! Check out the Release Notes for more information and migration tips. -
Sponsorship is now available! diff --git a/mkdocs.yml b/mkdocs.yml index b67f0f29f..cd21e0184 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -20,6 +20,7 @@ theme: text: Roboto code: Roboto Mono features: + - announce.dismiss - navigation.tabs - navigation.top - navigation.instant