diff --git a/docusaurus.config.js b/docusaurus.config.js index b13fdde398..c403f841e6 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -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", }, @@ -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", - }, }, }, ], @@ -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", }, },