Skip to content

Commit

Permalink
bumping release versions
Browse files Browse the repository at this point in the history
Signed-off-by: anaxceron <ana.ceron@broadcom.com>
  • Loading branch information
anaxceron committed May 10, 2024
1 parent c736dd9 commit 9ff50ed
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const LATEST_VERSION = "v2.15.x";
const LATEST_VERSION = "v2.16.x";
const versionsArray = require("./versions.json");

module.exports = {
Expand Down Expand Up @@ -226,6 +226,9 @@ module.exports = {
path: "stable",
label: `${LATEST_VERSION}` + " LTS",
},
"v2.15.x": {
label: "v2.15.x LTS",
},
"v2.14.x": {
label: "v2.14.x LTS",
},
Expand Down
3 changes: 2 additions & 1 deletion sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ module.exports = {
className: "ToCheadercolor",
link: {type:"doc", id:"whats-new/release-notes/release-notes-overview"},
items: [
"whats-new/release-notes/v2_16_0",
"whats-new/release-notes/v2_15_0",
"whats-new/release-notes/v2_14_0",
"whats-new/release-notes/v2_13_0",
Expand Down Expand Up @@ -1024,7 +1025,7 @@ module.exports = {
{
type: "link",
label: "Third Party Software Requirements",
href: "https://github.com/zowe/docs-site/tree/master/tpsr/tpsr-v2.15.x.md",
href: "https://github.com/zowe/docs-site/tree/master/tpsr/tpsr-v2.16.x.md",
},
],
}
Expand Down
Empty file added tpsr/tpsr-v2.16.x.md
Empty file.

0 comments on commit 9ff50ed

Please sign in to comment.