From 7f7d75f5ac52dce4834b315f605fd41e32a09dcd Mon Sep 17 00:00:00 2001 From: liaosy Date: Mon, 6 Jul 2026 19:16:20 +0800 Subject: [PATCH] docs: update searchbox widget config --- docs/config.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/config.yaml b/docs/config.yaml index aa27b311..ea9e9543 100644 --- a/docs/config.yaml +++ b/docs/config.yaml @@ -143,3 +143,7 @@ params: # /!\ This is an experimental feature, might be removed or changed at any time # (Optional, experimental, default false) Enables service worker that caches visited pages and resources for offline use. BookServiceWorker: false + + # (Optional, default false) Enables search box in the header. + BookSearchBox: true + BookSearchWidget: "https://coco.infini.cloud/integration/d95h826k7e3tu0abbbeg/widget" \ No newline at end of file