remove left anchor option and adjust spacing

This commit is contained in:
Robert Kaussow 2020-09-07 21:51:04 +02:00
parent 30a8cb9d28
commit f84375f21c
No known key found for this signature in database
GPG key ID: 65362AE74AF98B61
6 changed files with 12 additions and 42 deletions

View file

@ -29,5 +29,3 @@ params:
geekdocLegalNotice: https://thegeeklab.de/legal-notice/#contact-information
geekdocPrivacyPolicy: https://thegeeklab.de/legal-notice/#privacy-policy
geekdocAnchorLeft: true

View file

@ -72,9 +72,6 @@ enableGitInfo = true
# (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
# (Optional, default true) Copy anchor url to clipboard on click.
geekdocAnchorCopy = true
```
@ -154,9 +151,6 @@ 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
# (Optional, default true) Copy anchor url to clipboard on click.
geekdocAnchorCopy: true
```