Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ theme:
font:
text: Roboto
code: Roboto Mono
custom_dir: overrides
markdown_extensions:
- admonition
- def_list
Expand Down
14 changes: 14 additions & 0 deletions overrides/main.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{% extends "base.html" %}

{% block announce %}

<p>
Work in progress.
</p>

<p>
The information found here is up to date but incomplete. Many pages are still empty or missing.
Please refer to <a href="https://docs.cscs.ch">docs.cscs.ch</a> for documentation missing from this site for the time being.
</p>

{% endblock %}