Skip to content

Commit 34ff97d

Browse files
committed
search: add ACS versioning
* The search is now using the `version` variable for ACS search result filtering. Signed-off-by: Jiri Fiala <[email protected]>
1 parent 23af3d8 commit 34ff97d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_templates/_page_openshift.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@
198198
'openshift-enterprise': ['docs_cp', version],
199199
'openshift-aro' : ['docs_aro', version],
200200
'openshift-rosa' : ['docs_rosa'],
201-
'openshift-acs' : ['docs_acs']
201+
'openshift-acs' : ['docs_acs', version]
202202
};
203203

204204
// only OSD v3 docs have the version variable specified

0 commit comments

Comments
 (0)