Skip to content
This repository was archived by the owner on Apr 27, 2026. It is now read-only.

Commit 177bf66

Browse files
adamcoulthardAdam Coulthard
authored andcommitted
Update README.md and Docs site
1 parent f4e274a commit 177bf66

3 files changed

Lines changed: 24 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
> :warning: This repository has been archived and is no longer maintained.
2+
13
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-v1.4%20adopted-ff69b4.svg)](CODE_OF_CONDUCT)
24

35
# IBM CICS Bundle Deployment Plugin for Zowe CLI

docs/_layouts/default.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@
7474

7575
</head>
7676
<body>
77+
<div class="deprecation-banner">
78+
<p>⚠️ This product is no longer maintained and documentation here for reference only.</p>
79+
</div>
7780
{% include topnav.html %}
7881
<!-- Page Content -->
7982
<div class="container">

docs/css/customstyles.css

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1225,3 +1225,22 @@ h4.panel-title {
12251225
}
12261226
}
12271227

1228+
1229+
1230+
/* Deprecation Banner */
1231+
.deprecation-banner {
1232+
background-color: #ffd700;
1233+
color: #000;
1234+
padding: 15px 20px;
1235+
text-align: center;
1236+
font-weight: bold;
1237+
font-size: 16px;
1238+
border-bottom: 3px solid #ccac00;
1239+
position: relative;
1240+
z-index: 1000;
1241+
}
1242+
1243+
.deprecation-banner p {
1244+
margin: 0;
1245+
padding: 0;
1246+
}

0 commit comments

Comments
 (0)