Skip to content

Commit

Permalink
Merge branch 'develop' into SwaggerSources
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverhowell authored Jul 30, 2024
2 parents 65734b2 + 148876f commit dad784a
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _redirects
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
/hazelcast/latest-dev/* /hazelcast/6.0-snapshot/:splat 200!

# Redirect latest operator alias to the latest version
/operator/latest/* /operator/5.12/:splat 200!
/operator/latest/* /operator/5.13/:splat 200!

# Redirect latest-dev operator alias to the latest-dev version
/operator/latest-dev/* /operator/latest-snapshot/:splat 200!
Expand Down
3 changes: 3 additions & 0 deletions antora-playbook-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,9 @@ content:
- url: https://github.com/hazelcast-guides/hazelcast-platform-operator-tls
branches: master
start_path: docs
- url: https://github.com/hazelcast-guides/hazelcast-platform-operator-user-code-namespace
branches: master
start_path: docs
- url: https://github.com/hazelcast-guides/kafka-kerberos
branches: master
start_path: docs
Expand Down
3 changes: 3 additions & 0 deletions antora-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,9 @@ content:
- url: https://github.com/hazelcast-guides/hazelcast-platform-operator-tls
branches: master
start_path: docs
- url: https://github.com/hazelcast-guides/hazelcast-platform-operator-user-code-namespace
branches: master
start_path: docs
- url: https://github.com/hazelcast-guides/kafka-kerberos
branches: master
start_path: docs
Expand Down
16 changes: 15 additions & 1 deletion search-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,9 @@
"hazelcast-5.5"
],
"variables": {
"version": ["5.5"]
"version": [
"5.5"
]
},
"selectors_key": "hz"
},
Expand Down Expand Up @@ -217,6 +219,18 @@
},
"selectors_key": "command-line-client"
},
{
"url": "https://docs.hazelcast.com/operator/(?P<version>.*?)/",
"tags": [
"operator-5.13"
],
"variables": {
"version": [
"5.13"
]
},
"selectors_key": "operator"
},
{
"url": "https://docs.hazelcast.com/operator/(?P<version>.*?)/",
"tags": [
Expand Down

0 comments on commit dad784a

Please sign in to comment.