From 4eaf1604471e9e98314cdc93368507f2335dab64 Mon Sep 17 00:00:00 2001 From: Ben Halverson <7907232+benhalverson@users.noreply.github.com> Date: Mon, 25 Mar 2024 03:34:55 -0700 Subject: [PATCH] =?UTF-8?q?feat:=20=F0=9F=8E=B8=20added=20search=20input?= =?UTF-8?q?=20(#2993)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/index.html | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/index.html b/docs/index.html index 63d607d53d9..2e0ecca79f4 100644 --- a/docs/index.html +++ b/docs/index.html @@ -16,6 +16,15 @@ name: 'Node.js Undici', repo: 'https://github.com/nodejs/undici', loadSidebar: 'docsify/sidebar.md', + search: { + noData: { + '/': 'No results!' + }, + paths: ['docs/'], + placeholder: { + '/': 'Search' + } + }, auto2top: true, subMaxLevel: 3, maxLevel: 3, @@ -28,6 +37,7 @@ +