remove left anchor option and adjust spacing
This commit is contained in:
parent
30a8cb9d28
commit
f84375f21c
6 changed files with 12 additions and 42 deletions
|
@ -29,5 +29,3 @@ params:
|
|||
|
||||
geekdocLegalNotice: https://thegeeklab.de/legal-notice/#contact-information
|
||||
geekdocPrivacyPolicy: https://thegeeklab.de/legal-notice/#privacy-policy
|
||||
|
||||
geekdocAnchorLeft: true
|
||||
|
|
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue