docfx
docfx copied to clipboard
[Bug] Swagger basePath is not rendered in the generated html
Describe the bug Even if you set basePath in the Swagger file the path is not rendered in the Html file generated.
To Reproduce Steps to reproduce the behavior:
- clone https://github.com/docascode/docfx-seed/tree/master
- the following file contain "basePath": "/myorganization" --> https://github.com/docascode/docfx-seed/blob/master/restapi/contacts_swagger2.json)
- the result is no text with "/myorganization" in the html generated --> https://docascode.github.io/docfx-seed/restapi/contacts.html
Expected behavior Without the base path the api path showed is wrong , so I think it's important to show the basePath on the top of the html generated
Context:
- OS: Windows
- Docfx version: 2.76.0
Additional context I tried it with 2 different template (modern and default).