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..00ad7e0d 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -74,6 +74,9 @@ +
+

⚠️ This product is no longer maintained and the documentation here is 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; +}