Skip to content

Commit

Permalink
release: update version banners
Browse files Browse the repository at this point in the history
  • Loading branch information
pepopowitz committed Oct 4, 2024
1 parent 99580cb commit 4bc375e
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ module.exports = {
sidebarPath: require.resolve("./optimize_sidebars.js"),
editUrl: "https://github.com/camunda/camunda-docs/edit/main/",
versions: {
"3.14.0": {
label: "8.6 / 3.14.0",
},
"3.13.0": {
label: "8.5 / 3.13.0",
},
Expand All @@ -64,13 +67,6 @@ module.exports = {
label: "8.3 / 3.11.0",
banner: "none",
},
"3.10.0": {
banner: "none",
},
// surprising, yes, but true: 3.9 should show unsupported banner, but 3.7 should not.
"3.7.0": {
banner: "none",
},
},
},
],
Expand Down Expand Up @@ -420,13 +416,13 @@ module.exports = {
beforeDefaultRemarkPlugins: [versionedLinks],
// 👋 When cutting a new version, remove the banner for maintained versions by adding an entry. Remove the entry to versions >18 months old.
versions: {
8.4: {
8.5: {
banner: "none",
},
8.3: {
8.4: {
banner: "none",
},
8.2: {
8.3: {
banner: "none",
},
},
Expand Down

0 comments on commit 4bc375e

Please sign in to comment.