From 9b18ab87a638ef9aff6a362f45ac18603eff8bdf Mon Sep 17 00:00:00 2001 From: serdaro Date: Wed, 1 May 2024 12:05:43 +0300 Subject: [PATCH] Adds search capability for CLC and Operator docs on the Home Page. if I read the following code correctly. https://github.com/hazelcast/hazelcast-docs-ui/blob/master/src/helpers/latest-page-url.js --- src/partials/footer-scripts.hbs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/partials/footer-scripts.hbs b/src/partials/footer-scripts.hbs index bcf1f2f4..94f694cf 100644 --- a/src/partials/footer-scripts.hbs +++ b/src/partials/footer-scripts.hbs @@ -92,6 +92,8 @@ [["tags:hazelcast-{{site.components.hazelcast.latest.version}}", "tags:management-center-{{site.components.management-center.latest.version}}", "tags:imdg-{{site.components.imdg.latest.version}}", + "tags:imdg-{{site.components.clc.latest.version}}", + "tags:imdg-{{site.components.operator.latest.version}}", "tags:cloud"]] }, });