Skip to content

Commit

Permalink
5.4-snapshot : update _redirects and search-config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed Jul 6, 2023
1 parent 1d85723 commit 0892987
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.3/:splat 200!

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

# Redirect latest hazelcast alias to the latest version
/hazelcast/latest/* /hazelcast/5.3/: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 @@ -59,11 +59,11 @@
{
"url": "https://docs.hazelcast.com/management-center/(?P<version>.*?)/",
"tags": [
"management-center-5.3.1-snapshot"
"management-center-5.4-snapshot"
],
"variables": {
"version": [
"5.3.1-snapshot"
"5.4-snapshot"
]
},
"selectors_key": "mc"
Expand Down

0 comments on commit 0892987

Please sign in to comment.