Skip to content

Commit ff54a34

Browse files
committed
Add banner saying documentation is work in progress
1 parent d25bb87 commit ff54a34

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ theme:
137137
font:
138138
text: Roboto
139139
code: Roboto Mono
140+
custom_dir: overrides
140141
markdown_extensions:
141142
- admonition
142143
- def_list

overrides/main.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{% extends "base.html" %}
2+
3+
{% block announce %}
4+
5+
<p>
6+
Work in progress.
7+
</p>
8+
9+
<p>
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+
</p>
13+
14+
{% endblock %}

0 commit comments

Comments
 (0)