feat: add next-prev navigation for filetree menu (#723)
This commit is contained in:
parent
21d310b884
commit
712be2e2a7
4 changed files with 144 additions and 35 deletions
|
@ -53,8 +53,7 @@ enableRobotsTXT = true
|
|||
# per page if enabled. Can be enabled per page via 'geekdocCollapseSection'.
|
||||
geekdocCollapseAllSections = true
|
||||
|
||||
# (Optional, default true) Show page navigation links at the bottom of each
|
||||
# docs page (bundle menu only).
|
||||
# (Optional, default true) Show page navigation links at the bottom of each docs page.
|
||||
geekdocNextPrev = false
|
||||
|
||||
# (Optional, default true) Show a breadcrumb navigation bar at the top of each docs page.
|
||||
|
@ -179,8 +178,7 @@ params:
|
|||
# per page if enabled. Can be enabled per page via 'geekdocCollapseSection'.
|
||||
geekdocCollapseAllSections: true
|
||||
|
||||
# (Optional, default true) Show page navigation links at the bottom of each
|
||||
# docs page (bundle menu only).
|
||||
# (Optional, default true) Show page navigation links at the bottom of each docs page.
|
||||
geekdocNextPrev: false
|
||||
|
||||
# (Optional, default true) Show a breadcrumb navigation bar at the top of each docs page.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue