Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverhowell authored Jul 22, 2024
2 parents fc7b103 + e10c32a commit ebfa28f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _redirects
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/management-center/latest/* /management-center/5.4/:splat 200!

# Redirect latest-dev management-center alias to the latest version
/management-center/latest-dev/* /management-center/5.5-snapshot/:splat 200!
/management-center/latest-dev/* /management-center/6.0-snapshot/:splat 200!

# Redirect latest cloud-only management-center alias to the latest version
/management-center/5.4-CLOUD-1/* /management-center/5.4-snapshot/:splat 200!
Expand Down
4 changes: 2 additions & 2 deletions search-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
{
"url": "https://docs.hazelcast.com/management-center/(?P<version>.*?)/",
"tags": [
"management-center-5.5-snapshot"
"management-center-6.0-snapshot"
],
"variables": {
"version": [
"5.5-snapshot"
"6.0-snapshot"
]
},
"selectors_key": "mc"
Expand Down

0 comments on commit ebfa28f

Please sign in to comment.