From 3ecb62cc8ee393d74ba1782ce6fcf2c19188c599 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Thu, 27 Feb 2020 13:38:26 +0100 Subject: [PATCH] add new geekdocAnchorCopy param do docs --- 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 87cbc28..edd0fa5 100644 --- a/exampleSite/content/usage/configuration.md +++ b/exampleSite/content/usage/configuration.md @@ -55,6 +55,9 @@ # (Optional, default false) Move anchor link to the left side of headlines. geekdocAnchorLeft = false + + # (Optional, default true) Copy anchor url to clipboard on click. + geekdocAnchorCopy = true ``` {{< /tab >}} @@ -113,6 +116,9 @@ params: # (Optional, default false) Move anchor link to the left side of headlines. geekdocAnchorLeft: false + + # (Optional, default true) Copy anchor url to clipboard on click. + geekdocAnchorCopy: true ``` {{< /tab >}}