diff --git a/mkdocs.yml b/mkdocs.yml index ecf96774..540008ca 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -137,6 +137,7 @@ theme: font: text: Roboto code: Roboto Mono + custom_dir: overrides markdown_extensions: - admonition - def_list diff --git a/overrides/main.html b/overrides/main.html new file mode 100644 index 00000000..c2304152 --- /dev/null +++ b/overrides/main.html @@ -0,0 +1,14 @@ +{% extends "base.html" %} + +{% block announce %} + +
+Work in progress. +
+ ++The information found here is up to date but incomplete. Many pages are still empty or missing. +Please refer to docs.cscs.ch for documentation missing from this site for the time being. +
+ +{% endblock %}