Skip to content

Commit

Permalink
release: specify current versions
Browse files Browse the repository at this point in the history
  • Loading branch information
pepopowitz committed Feb 7, 2025
1 parent 87b7af1 commit e6ec21f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ module.exports = {
beforeDefaultRemarkPlugins: [versionedLinks],
sidebarPath: require.resolve("./optimize_sidebars.js"),
editUrl: "https://github.com/camunda/camunda-docs/edit/main/",
latestVersion: "3.14.0",
versions: {
"3.15.0": {
label: "8.7 / 3.15.0 (unreleased)",
Expand Down Expand Up @@ -524,6 +525,7 @@ module.exports = {
// Please change this to your repo.
editUrl: "https://github.com/camunda/camunda-docs/edit/main/",
beforeDefaultRemarkPlugins: [versionedLinks],
latestVersion: "8.6",
// 👋 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.7: {
Expand Down

0 comments on commit e6ec21f

Please sign in to comment.