From 1687db7a62f1917b40c5f06aca306923d78245d9 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Tue, 14 Jan 2020 00:30:58 +0100 Subject: [PATCH] prepare release --- CHANGELOG.md | 9 +++++++++ exampleSite/content/usage/configuration.md | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..df6015f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/exampleSite/content/usage/configuration.md b/exampleSite/content/usage/configuration.md index 9a49579..acdbdb6 100644 --- a/exampleSite/content/usage/configuration.md +++ b/exampleSite/content/usage/configuration.md @@ -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