Remove Swagger Authorize button from published docs (#347)

* Remove Swagger *Authorize* button from published docs

* Ignore mkdocs output dir

* tidy mods
This commit is contained in:
Dmytro Bondar
2025-01-21 12:31:28 +01:00
committed by GitHub
parent 2cea2e477a
commit 7a0a2117f5
5 changed files with 34 additions and 43 deletions

View File

@@ -1540,7 +1540,4 @@ paths:
summary: Create a new user record.
tags:
- Users
securityDefinitions:
BasicAuth:
type: basic
swagger: "2.0"