From ec964b93f08dd2367bafdb93feab1c87e75c15fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Sun, 3 Jul 2022 13:16:56 +0200 Subject: [PATCH] docs: typo in config --- exampleSite/content/basics/configuration/_index.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exampleSite/content/basics/configuration/_index.en.md b/exampleSite/content/basics/configuration/_index.en.md index c78afc615f..a2fcf964c7 100644 --- a/exampleSite/content/basics/configuration/_index.en.md +++ b/exampleSite/content/basics/configuration/_index.en.md @@ -64,7 +64,7 @@ Note that some of these parameters are explained in details in other sections of # 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" + customSwaggerURL = "https://unpkg.com/rapidoc/dist/rapidoc-min.js" # Initialization parameter for Swagger, see RapiDoc documentation swaggerInitialize = "{ \"theme\": \"light\" }" # Hide Next and Previous page buttons normally displayed full height beside content