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",