docs: mention disableSwagger option

This commit is contained in:
Sören Weber 2022-04-11 21:48:03 +02:00
parent ac86567cb1
commit edab3db446
No known key found for this signature in database
GPG key ID: 07D17FF580AE7589

View file

@ -55,6 +55,8 @@ Note that some of these parameters are explained in details in other sections of
customMermaidURL = "https://unpkg.com/mermaid/dist/mermaid.min.js"
# Initialization parameter for Mermaid, see Mermaid documentation
mermaidInitialize = "{ \"theme\": \"default\" }"
# If set to false, load the Swagger module on every page regardless if a Swagger shortcode is present
disableSwagger = false
# Specifies the remote location of the RapiDoc js
customSwaggerURL = ""https://unpkg.com/rapidoc/dist/rapidoc-min.js"
# Initialization parameter for Swagger, see RapiDoc documentation