Skip to content

Commit

Permalink
Update search and redirects for Flow (#404)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverhowell authored Oct 21, 2024
1 parent f73db67 commit 960324f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions _redirects
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
# Redirect latest-dev operator alias to the latest-dev version
/operator/latest-dev/* /operator/latest-snapshot/:splat 200!

# Redirect latest Flow alias to the latest version
/flow/latest/* /flow/5.5/:splat 200!

# Redirect latest imdg alias to the latest version
/imdg/latest/* /imdg/4.2/: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 @@ -9,9 +9,9 @@
"selectors_key": "tutorials"
},
{
"url": "https://docs.hazelcast.com/flow/(?P<version>.*?)",
"url": "https://docs.hazelcast.com/flow/(?P<version>.*?)/",
"tags": [
"flow"
"flow-5.5"
],
"variables": {
"version": [
Expand Down

0 comments on commit 960324f

Please sign in to comment.