What's Changed
🎉 New Features
- Disable cert revoke list check using env variable DOCFX_NO_CHECK_CERTIFICATE_REVOCATION_LIST by @yufeih in #9017
- Option to sort enum member in declaring order by @yufeih in #9093
- Add type definition to REST API pages by @yufeih in #9066
🐞 Bug Fixes
- Fix TOC max height size by @MihkelAuv in #9035
- Fix nav & toc active state breaks with external urls by @Lulalaby in #9038
- Fix affix max height size by @MihkelAuv in #9053
- Remove unused dependency by @filzrev in #9101
🚀 Performance Improvements
- Reduce lock wait when checking git command exists or not by @filzrev in #9074
- Optimize templates resource loading performance by @filzrev in #9090
- Optimize JToken to Dictionary conversion performance by @filzrev in #9096
🔧 Engineering
- Update Node.js and package dependencies by @filzrev in #9009
- Reorganize editorconfig settings by @filzrev in #9019
- Update .NET8 SDK version for CI by @filzrev in #9015
- Fix code formatting by @filzrev in #9025
- Rewrite parameter null checks using helper methods by @filzrev in #9024
- Cleanup tests and fix spellings by @filzrev in #9091
- Add code coverage exclusions by @filzrev in #9102
📄 Documentation
- Add docs for docfx environment variables by @filzrev in #9020
- Remove obsolete doc and fix doc comments by @filzrev in #9018
Full Changelog: v2.70.0...v2.70.1