dotnet / docfx

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

chore: Fix plugin related docs and logs #10029

Closed filzrev closed 1 week ago

filzrev commented 1 week ago

This PR contains following changes.

  1. Update plugin related docs. 1.1. Update package dependency info. 1.2. Fix Global plugins directory info. 1.3. Fix plugins directory name to lower case. (related comment)
  2. Change default plugins loading message log.
codecov[bot] commented 1 week ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 78.86%. Comparing base (fe673ec) to head (798ee73). Report is 215 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #10029 +/- ## ========================================== + Coverage 74.31% 78.86% +4.54% ========================================== Files 536 540 +4 Lines 23189 23481 +292 Branches 4056 4067 +11 ========================================== + Hits 17234 18518 +1284 + Misses 4853 3822 -1031 - Partials 1102 1141 +39 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.