From 32b555fbf10ac24465458991daf975f407edeea6 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Sat, 9 Oct 2021 20:20:06 +0200 Subject: [PATCH] enable search on the docs site --- docfx.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docfx.json b/docfx.json index 78c9e65..d5097cd 100644 --- a/docfx.json +++ b/docfx.json @@ -20,7 +20,8 @@ "_appTitle": "Tiny Life Docs", "_appLogoPath": "media/logo.png", "_appFaviconPath": "media/favicon.ico", - "_appFooter": "© 2021 EllpeckImpressumPrivacy" + "_appFooter": "© 2021 EllpeckImpressumPrivacy", + "_enableSearch": true }, "dest": "_site", "globalMetadataFiles": [],