We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27c1301 commit 866258cCopy full SHA for 866258c
custom/main.html
@@ -0,0 +1,11 @@
1
+{% extends "base.html" %}
2
+
3
+{# https://squidfunk.github.io/mkdocs-material/setup/setting-up-the-header/#announcement-bar #}
4
+{% block announce %}
5
+ 🍊 <b>Virtual PulpCon 2025 is coming!</b>
6
+ Learn more and/or submit a talk
7
+ <a href="https://discourse.pulpproject.org/t/virtual-pulpcon-2025/2119" target="_blank" rel="noopener noreferrer">
8
+ here
9
+ </a>!
10
+ 🍊
11
+{% endblock %}
mkdocs.yml
@@ -24,6 +24,7 @@ theme:
24
- content.code.annotation
25
- content.code.copy
26
- content.action.edit
27
+ - announce.dismiss # enable users dismissing the announce banner
28
language: en
29
palette:
30
- media: "(prefers-color-scheme: light)"
0 commit comments