Skip to content

Commit dfd6345

Browse files
committed
search: add ROSA search support
* Adds the new ROSA documentation search label. * Adds the current version value for the ARO search label so that v3 results are not returned when searching the almost empty ARO 4 docs. Signed-off-by: Jiri Fiala <[email protected]>
1 parent 2298ab0 commit dfd6345

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

_templates/_page_openshift.html.erb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,8 @@
188188
'openshift-dedicated': ['docs_dedicated', version],
189189
'openshift-online': ['docs_online', version],
190190
'openshift-enterprise': ['docs_cp', version],
191-
'openshift-aro' : ['docs_aro']
191+
'openshift-aro' : ['docs_aro', version],
192+
'openshift-rosa' : ['docs_rosa']
192193
};
193194

194195
distros[dk] ? hcSearchCategory.apply(null, distros[dk]) : hcSearchCategory("docs");

0 commit comments

Comments
 (0)