Skip to content

Commit fcd9d8d

Browse files
authored
Remove kb banner and align status.cscs.ch box (#244)
Small readbility improvements for users who land on the main index page. * remove the banner that links to the old KB - this hasn't generated any tickets, and we have had enough time for users to get used to the new site * reduce text and add centering to the link to the status page at the top of the main index page to reduce clutter
1 parent 5f32d64 commit fcd9d8d

File tree

2 files changed

+2
-16
lines changed

2 files changed

+2
-16
lines changed

docs/index.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
# CSCS Documentation
22

33
<div class="grid cards" markdown>
4-
- Visit the CSCS status site for the status of Alps systems, and the latest announcements.
5-
6-
7-
[:octicons-arrow-right-24: status.cscs.ch](https://status.cscs.ch/)
4+
- <p style="text-align:center">Visit <a href="https://status.cscs.ch/">status.cscs.ch</a> for the status of Alps systems, and the latest announcements.</p>
85
</div>
96

107
The Alps Research infrastructure hosts multiple platforms and clusters targeting different communities

overrides/main.html

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,3 @@
11
{% extends "base.html" %}
22

3-
{% block announce %}
4-
5-
<p>
6-
This is the new CSCS documentation site, which replaces the <a href="https://confluence.cscs.ch/display/KB">CSCS Knowledge Base</a>.
7-
</p>
8-
9-
<p>
10-
The migration of old documentation is still not fully complete.
11-
If you find documentation that is missing, please create a ticket on the documentation's <a href="https://github.com/eth-cscs/cscs-docs/issues">GitHub issue tracker</a>.
12-
</p>
13-
14-
{% endblock %}
3+
<!-- add announcement banner here -->

0 commit comments

Comments
 (0)