Skip to content

Commit

Permalink
Fix CLC versions for built-in search.
Browse files Browse the repository at this point in the history
  • Loading branch information
Serdaro authored Feb 16, 2024
1 parent e20ebcd commit 3ae1e17
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions search-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -246,47 +246,47 @@
{
"url": "https://docs.hazelcast.com/clc/(?P<version>.*?)/",
"tags": [
"clc-5.3-snapshot"
"clc-5.3.6"
],
"variables": {
"version": [
"5.3-snapshot"
"5.3.6"
]
},
"selectors_key": "command-line-client"
},
{
"url": "https://docs.hazelcast.com/clc/(?P<version>.*?)/",
"tags": [
"clc-5.3"
"clc-5.3.5"
],
"variables": {
"version": [
"5.3"
"5.3.5"
]
},
"selectors_key": "command-line-client"
},
{
"url": "https://docs.hazelcast.com/clc/(?P<version>.*?)/",
"tags": [
"clc-5.2"
"clc-5.3.4"
],
"variables": {
"version": [
"5.2"
"5.3.4"
]
},
"selectors_key": "command-line-client"
},
{
"url": "https://docs.hazelcast.com/clc/(?P<version>.*?)/",
"tags": [
"clc-5.2-beta-3"
"clc-5.2.1"
],
"variables": {
"version": [
"5.2-beta-3"
"5.2.1"
]
},
"selectors_key": "command-line-client"
Expand Down

0 comments on commit 3ae1e17

Please sign in to comment.