code cleanup and add documentation for config params

This commit is contained in:
Robert Kaussow 2020-01-14 00:15:39 +01:00
parent f2f51adff0
commit aac46df166
12 changed files with 196 additions and 43 deletions

View file

@ -44,7 +44,7 @@
<div class="gdoc-page__footer flex justify-between">
{{ $showPrevNext := (and (not .Params.disableNextPrev) (not .Site.Params.disableNextPrev) .Site.Params.GeekdocMenuBundle) }}
{{ $showPrevNext := (and (not .Site.Params.GeekdocNextPrev) .Site.Params.GeekdocMenuBundle) }}
{{ if $showPrevNext }}
<span>
{{ with ($current.Scratch.Get "prevPage") }}