prepare release
parent
aac46df166
commit
1687db7a62
|
@ -0,0 +1,9 @@
|
|||
- FEATURE
|
||||
- add `geekdocHidden` param to exclude pages/sections from rendered file-tree menu
|
||||
- add `geekdocFlatSection` param to include only section link into rendered file-tree menu
|
||||
- add `geekdocBreadcrumb` param to control breadcrumb naviation
|
||||
- add `geekdocNextPrev` param to page navigation links
|
||||
|
||||
- BUGFIX
|
||||
- normalize variable and parameter names
|
||||
- fix `geekdocLogo` param and custom logo handling
|
|
@ -151,7 +151,7 @@ geekdocEditPath: edit/master/exampleSite/content
|
|||
|
||||
# Used for 'Edit this page' link, set to '.File.Path' by default.
|
||||
# Can be overwritten by a path relative to 'geekdocEditPath'
|
||||
geekdocFilePath =
|
||||
geekdocFilePath:
|
||||
|
||||
# Set to mark page as flat section (file-tree menu only)
|
||||
geekdocFlatSection: true
|
||||
|
|
Loading…
Reference in New Issue