Skip to content
This repository was archived by the owner on Apr 27, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 3 additions & 0 deletions docs/_layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@

</head>
<body>
<div class="deprecation-banner">
<p>⚠️ This product is no longer maintained and the documentation here is for reference only.</p>
</div>
{% include topnav.html %}
<!-- Page Content -->
<div class="container">
Expand Down
19 changes: 19 additions & 0 deletions docs/css/customstyles.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Loading