code cleanup and add documentation for config params
This commit is contained in:
parent
f2f51adff0
commit
aac46df166
12 changed files with 196 additions and 43 deletions
|
@ -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") }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue