From 34df1d806e8bc9c89698762bd3a2e0e8119c0a21 Mon Sep 17 00:00:00 2001 From: cjsha Date: Thu, 21 Aug 2025 22:43:13 -0400 Subject: [PATCH] Update docfx --- .config/dotnet-tools.json | 2 +- docfx.json | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 3bcdd0ef..f777b162 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "docfx": { - "version": "2.77.0", + "version": "2.78.3", "commands": [ "docfx" ] diff --git a/docfx.json b/docfx.json index 700b97ab..324e2771 100644 --- a/docfx.json +++ b/docfx.json @@ -34,6 +34,8 @@ "globalMetadata": { "_enableNewTab": true, "_enableSearch": true, + "_searchIndexUseMetadata": true, + "_searchIndexUseMetadataTitle": false, "pdf": false, "_appFooter": "© Open Ephys and Contributors. Made with docfx", "_appFaviconPath": "favicon.png",