dotnet / docfx

Static site generator for .NET API documentation.
https://dotnet.github.io/docfx/
MIT License
3.94k stars 839 forks source link

feat: Support `search.min.js` script customize functionality #10055

Open filzrev opened 3 days ago

filzrev commented 3 days ago

This PR intended to support search.min.js script customization.

Currently docfx modern template bundle scripts to docfx.min.js. So it can't customize search scripts with custom template.

This PR exclude search.ts file from bundling by adding following settings

Additionally this PR fix .NET runtime version to .NET 8 (that used by npm run start)