From 9ad8f9bddda86042c750350d9fb166c3c4daea80 Mon Sep 17 00:00:00 2001 From: bcumming Date: Mon, 2 Jun 2025 14:13:56 +0200 Subject: [PATCH] update banner to reflect new official status --- docs/index.md | 6 ++++++ overrides/main.html | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/docs/index.md b/docs/index.md index e27468b4..dcccdf08 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,3 +1,9 @@ +!!! info "" + This is the new CSCS documentation site, which replaces the [CSCS Knowledge Base](https://confluence.cscs.ch/display/KB). + + The migration of old documentation is still not fully complete. + If you find documentation that is missing, please create a ticket on the documentation's [GitHub issue tracker](https://github.com/eth-cscs/cscs-docs/issues). + # CSCS Documentation
diff --git a/overrides/main.html b/overrides/main.html index c2304152..d5032a17 100644 --- a/overrides/main.html +++ b/overrides/main.html @@ -3,12 +3,12 @@ {% block announce %}

-Work in progress. +This is the new CSCS documentation site, which replaces the CSCS Knowledge Base.

-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. +The migration of old documentation is still not fully complete. +If you find documentation that is missing, please create a ticket on the documentation's GitHub issue tracker.

{% endblock %}