From edab3db446602bbc2471d58237155ecf57c0a581 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Mon, 11 Apr 2022 21:48:03 +0200 Subject: [PATCH] docs: mention disableSwagger option --- exampleSite/content/basics/configuration/_index.en.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/exampleSite/content/basics/configuration/_index.en.md b/exampleSite/content/basics/configuration/_index.en.md index 77bceb0bd6..437fbfc752 100644 --- a/exampleSite/content/basics/configuration/_index.en.md +++ b/exampleSite/content/basics/configuration/_index.en.md @@ -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