feat: add page parameter geekdocNav to disable navigation sidebar (#129)
This commit is contained in:
parent
7938bc7d97
commit
cd0cfe37ae
6 changed files with 61 additions and 14 deletions
|
@ -209,6 +209,10 @@ geekdocToC = 3
|
|||
# Set a description for the current page. This will be shown in toc-trees objects.
|
||||
geekdocDescription =
|
||||
|
||||
# Set false to hide the whole left navigation sidebar. Beware that it will make
|
||||
# navigation pretty hard without adding some kind of on-page navigation.
|
||||
geekdocNav = true
|
||||
|
||||
# Show a breadcrumb navigation bar at the top of each docs page.
|
||||
geekdocBreadcrumb = false
|
||||
|
||||
|
@ -262,6 +266,10 @@ geekdocToC: 3
|
|||
# Set a description for the current page. This will be shown in toc-trees objects.
|
||||
geekdocDescription:
|
||||
|
||||
# Set false to hide the whole left navigation sidebar. Beware that it will make
|
||||
# navigation pretty hard without adding some kind of on-page navigation.
|
||||
geekdocNav: true
|
||||
|
||||
# Show a breadcrumb navigation bar at the top of each docs page.
|
||||
geekdocBreadcrumb: false
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue