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 @@
+