From 1af85da831f79dca1faf1c19c0d1871c400d2044 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Thu, 27 Feb 2020 09:50:25 +0100 Subject: [PATCH] add documentation --- exampleSite/content/usage/configuration.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/exampleSite/content/usage/configuration.md b/exampleSite/content/usage/configuration.md index 53ad7d6..87cbc28 100644 --- a/exampleSite/content/usage/configuration.md +++ b/exampleSite/content/usage/configuration.md @@ -52,6 +52,9 @@ # (Optional, default true) Add an anchor link to headlines. geekdocAnchor = true + + # (Optional, default false) Move anchor link to the left side of headlines. + geekdocAnchorLeft = false ``` {{< /tab >}} @@ -107,6 +110,9 @@ params: # (Optional, default true) Add an anchor link to headlines. geekdocAnchor: true + + # (Optional, default false) Move anchor link to the left side of headlines. + geekdocAnchorLeft: false ``` {{< /tab >}}