diff --git a/mkdocs.yml b/mkdocs.yml index 5431c76c4b3..70c7b6affab 100644 --- a/mkdocs.yml +++ b/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' diff --git a/overrides/main.html b/overrides/main.html index 76e34d073eb..63eeff390ae 100644 --- a/overrides/main.html +++ b/overrides/main.html @@ -6,6 +6,6 @@ {% block announce %}
- We released v37 of Renovate. Read the Release notes for major versions of Renovate section of the docs to learn what's changed.
+ We released Renovate v38. Read the Release notes for major versions of Renovate to learn what's changed.