add new geekdocAnchorCopy param do docs
parent
5865097e57
commit
3ecb62cc8e
|
@ -55,6 +55,9 @@
|
||||||
|
|
||||||
# (Optional, default false) Move anchor link to the left side of headlines.
|
# (Optional, default false) Move anchor link to the left side of headlines.
|
||||||
geekdocAnchorLeft = false
|
geekdocAnchorLeft = false
|
||||||
|
|
||||||
|
# (Optional, default true) Copy anchor url to clipboard on click.
|
||||||
|
geekdocAnchorCopy = true
|
||||||
```
|
```
|
||||||
|
|
||||||
{{< /tab >}}
|
{{< /tab >}}
|
||||||
|
@ -113,6 +116,9 @@ params:
|
||||||
|
|
||||||
# (Optional, default false) Move anchor link to the left side of headlines.
|
# (Optional, default false) Move anchor link to the left side of headlines.
|
||||||
geekdocAnchorLeft: false
|
geekdocAnchorLeft: false
|
||||||
|
|
||||||
|
# (Optional, default true) Copy anchor url to clipboard on click.
|
||||||
|
geekdocAnchorCopy: true
|
||||||
```
|
```
|
||||||
|
|
||||||
{{< /tab >}}
|
{{< /tab >}}
|
||||||
|
|
Loading…
Reference in New Issue