From 177bf667f3588a97ee04f9e9f6ed3072d1b1dd9c Mon Sep 17 00:00:00 2001 From: adamcoulthard Date: Mon, 27 Apr 2026 15:06:09 +0100 Subject: [PATCH 1/2] Update README.md and Docs site --- README.md | 2 ++ docs/_layouts/default.html | 3 +++ docs/css/customstyles.css | 19 +++++++++++++++++++ 3 files changed, 24 insertions(+) diff --git a/README.md b/README.md index 82878d4a..62f88656 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +> :warning: This repository has been archived and is no longer maintained. + [![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-v1.4%20adopted-ff69b4.svg)](CODE_OF_CONDUCT) # IBM CICS Bundle Deployment Plugin for Zowe CLI diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index 571d48fc..8cc69f92 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -74,6 +74,9 @@ +
+

⚠️ This product is no longer maintained and documentation here for reference only.

+
{% include topnav.html %}
diff --git a/docs/css/customstyles.css b/docs/css/customstyles.css index 7e52ae95..d5616600 100644 --- a/docs/css/customstyles.css +++ b/docs/css/customstyles.css @@ -1225,3 +1225,22 @@ h4.panel-title { } } + + +/* Deprecation Banner */ +.deprecation-banner { + background-color: #ffd700; + color: #000; + padding: 15px 20px; + text-align: center; + font-weight: bold; + font-size: 16px; + border-bottom: 3px solid #ccac00; + position: relative; + z-index: 1000; +} + +.deprecation-banner p { + margin: 0; + padding: 0; +} From cda0cf47df324c60b112ae309dd2597e68d08658 Mon Sep 17 00:00:00 2001 From: adamcoulthard Date: Mon, 27 Apr 2026 15:52:29 +0100 Subject: [PATCH 2/2] Update docs/_layouts/default.html Co-authored-by: Mark Woolley --- docs/_layouts/default.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index 8cc69f92..00ad7e0d 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -75,7 +75,7 @@
-

⚠️ This product is no longer maintained and documentation here for reference only.

+

⚠️ This product is no longer maintained and the documentation here is for reference only.

{% include topnav.html %}