Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _redirects
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/hazelcast/latest/* /hazelcast/5.5/:splat 200!

# Redirect latest-dev hazelcast alias to the latest-dev version
/hazelcast/latest-dev/* /hazelcast/5.7-snapshot/:splat 200!
/hazelcast/latest-dev/* /hazelcast/5.6-snapshot/:splat 200!

# Redirect latest operator alias to the latest version
/operator/latest/* /operator/5.15/:splat 200!
Expand Down
16 changes: 2 additions & 14 deletions search-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,23 +95,11 @@
{
"url": "https://docs.hazelcast.com/hazelcast/(?P<version>.*?)/",
"tags": [
"hazelcast-5.6"
"hazelcast-5.6-snapshot"
],
"variables": {
"version": [
"5.6"
]
},
"selectors_key": "hz"
},
{
"url": "https://docs.hazelcast.com/hazelcast/(?P<version>.*?)/",
"tags": [
"hazelcast-5.7-snapshot"
],
"variables": {
"version": [
"5.7-snapshot"
"5.6-snapshot"
]
},
"selectors_key": "hz"
Expand Down