From fb22b500d055f53b460c77ce1557e3a545486ec3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Fri, 25 Aug 2023 10:36:23 +0200 Subject: [PATCH] docs: clarification on disableNextPrev #619 --- 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 23cc152892..98832bd2cb 100644 --- a/exampleSite/content/basics/configuration/_index.en.md +++ b/exampleSite/content/basics/configuration/_index.en.md @@ -71,7 +71,7 @@ Note that some of these parameters are explained in details in other sections of disableOpenapi = false # Specifies the remote location of the swagger-ui js customOpenapiURL = "https://unpkg.com/swagger-ui-dist/swagger-ui-bundle.js" - # Hide Next and Previous page buttons normally displayed full height beside content + # Hide Next and Previous page buttons displayed in topbar disableNextPrev = true # Order sections in menu by "weight" or "title". Default to "weight"; # this can be overridden in the pages frontmatter