From d41cfbcd121d0c8549e50ba7c316d10b2d9d0f61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Y=C3=BCce=20Tekol?= Date: Fri, 18 Oct 2024 18:10:23 +0300 Subject: [PATCH] Updated search config for CLC v5.5.0 (#398) # Description of change Updated search-config for CLC v5.5.0 ## Type of change Select the type of change that you're making: - [ ] Bug fix (Addresses an issue in existing content such as a typo) - [ ] Enhancement (Adds new content) ## Open Questions and Pre-Merge TODOs - [ ] Use github checklists to create a list. When an item is solved, check the box and explain the answer. --- search-config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/search-config.json b/search-config.json index 1ae0156b..45309dba 100644 --- a/search-config.json +++ b/search-config.json @@ -162,11 +162,11 @@ { "url": "https://docs.hazelcast.com/clc/(?P.*?)/", "tags": [ - "clc-5.4.1" + "clc-5.5.0" ], "variables": { "version": [ - "5.4.1" + "5.5.0" ] }, "selectors_key": "command-line-client"