diff --git a/mkdocs.yaml b/mkdocs.yaml index 97067057..c229159a 100644 --- a/mkdocs.yaml +++ b/mkdocs.yaml @@ -111,6 +111,7 @@ nav: - About: - about/index.md - History: about/history.md + - Documentation Versioning: about/versioning.md - Platform: https://www.datajoint.com/sign-up - Citation: about/citation.md - Publications: about/publications.md @@ -180,6 +181,7 @@ plugins: - images/*md - "*/SUMMARY.md" markdown_extensions: + - admonition # Enable !!! admonition blocks - attr_list - md_in_html - toc: diff --git a/src/.overrides/main.html b/src/.overrides/main.html index 0d4c95b1..13d427e6 100644 --- a/src/.overrides/main.html +++ b/src/.overrides/main.html @@ -1,5 +1,19 @@ {% extends "base.html" %} +{% block announce %} +
+{% endblock %} + {% block extrahead %}