docfx
docfx copied to clipboard
[Documentation Request] codeSourceBasePath is not documented
defining codeSourceBasePath in docfx.json metadata allows you to define the base path for <code source=""> comments.
But it is not documented here: https://dotnet.github.io/docfx/reference/docfx-json-reference.html
Relevant issue where it helped me fix a bug: https://github.com/dotnet/docfx/issues/9685
This PR can be closed.
Because missing documentation for codeSourceBasePath is added by #9813