Sherbb

Results 3 issues of Sherbb

When generating toc's with the following params: ``` -s -r -m 1 -g -v -i ``` The TOC's that get generated will contain duplicate entries for a folders `index.md` With...

defining `codeSourceBasePath` in docfx.json metadata allows you to define the base path for `` comments. But it is not documented here: https://dotnet.github.io/docfx/reference/docfx-json-reference.html

documentation

**Describe the bug** I have a function with a `` tag like so: ```csharp /// /// ... /// /// DataStoreGetVariableRequest GetVariable(string key, object defaultValue); ``` When consuming the api `docfx...

bug