Skip to content

Commit

Permalink
collapsing; opening release notes ToC
Browse files Browse the repository at this point in the history
Signed-off-by: anaxceron <[email protected]>
  • Loading branch information
anaxceron committed Oct 8, 2024
1 parent 1731cf5 commit ad82a77
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ module.exports = {
label: "Release notes",
className: "ToCheadercolor",
link: { type: "doc", id: "whats-new/release-notes/release-notes-overview" },
collapsed: false,
items: [
"whats-new/release-notes/v3_0_0",
],
Expand All @@ -15,7 +16,7 @@ module.exports = {
type: "category", // doc(default), 'link'(external links), 'ref'(page without without sidebar)
label: "Zowe V2 release notes",
className: "ToCheadercolor",
collapsed: false,
collapsed: true,
items: [
"whats-new/release-notes/v2_18_0",
"whats-new/release-notes/v2_17_0",
Expand Down

0 comments on commit ad82a77

Please sign in to comment.