We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d25bb87 commit ff54a34Copy full SHA for ff54a34
mkdocs.yml
@@ -137,6 +137,7 @@ theme:
137
font:
138
text: Roboto
139
code: Roboto Mono
140
+ custom_dir: overrides
141
markdown_extensions:
142
- admonition
143
- def_list
overrides/main.html
@@ -0,0 +1,14 @@
1
+{% extends "base.html" %}
2
+
3
+{% block announce %}
4
5
+<p>
6
+Work in progress.
7
+</p>
8
9
10
+The information found here is up to date but incomplete. Many pages are still empty or missing.
11
+Please refer to <a href="https://docs.cscs.ch">docs.cscs.ch</a> for documentation missing from this site for the time being.
12
13
14
+{% endblock %}
0 commit comments