From 00c7c4d8977bb443ce638b91c6b51eb756115b6c Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Tue, 9 Jan 2024 17:05:47 -0800 Subject: [PATCH] Default to the search version of the UI --- layouts/partials/head/head.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/head/head.html b/layouts/partials/head/head.html index a06bf60f9e..b49d5f4203 100644 --- a/layouts/partials/head/head.html +++ b/layouts/partials/head/head.html @@ -22,7 +22,7 @@ data-modal-image-hide="true" data-button-text="Search Documentation" data-search-mode-enabled="true" - data-search-mode-default="false" + data-search-mode-default="true" data-modal-override-open-class="is-search" data-modal-body-bg-color="#b6b3c6" data-modal-header-bg-color="#5d5f72"