document anchor settings
This commit is contained in:
parent
14567a6df4
commit
977daa7487
3 changed files with 14 additions and 2 deletions
|
@ -49,6 +49,9 @@
|
|||
# (Optional, default none) Add a link to your Privacy Policy page to the site footer.
|
||||
# It can be either a remote url or a local file path relative to your content directory.
|
||||
geekdocPrivacyPolicy = '/privacy'
|
||||
|
||||
# (Optional, default true) Add an anchor link to headlines.
|
||||
geekdocAnchor = true
|
||||
```
|
||||
|
||||
{{< /tab >}}
|
||||
|
@ -101,6 +104,9 @@ params:
|
|||
# (Optional, default none) Add a link to your Privacy Policy page to the site footer.
|
||||
# It can be either a remote url or a local file path relative to your content directory.
|
||||
geekdocPrivacyPolicy: /privacy
|
||||
|
||||
# (Optional, default true) Add an anchor link to headlines.
|
||||
geekdocAnchor: true
|
||||
```
|
||||
|
||||
{{< /tab >}}
|
||||
|
@ -140,6 +146,9 @@ geekdocFlatSection = true
|
|||
|
||||
# Set true to hide page or section from side menu (file-tree menu only)
|
||||
geekdocHidden = true
|
||||
|
||||
# Add an anchor link to headlines
|
||||
geekdocAnchor = true
|
||||
```
|
||||
|
||||
{{< /tab >}}
|
||||
|
@ -174,6 +183,9 @@ geekdocFlatSection: true
|
|||
|
||||
# Set true to hide page or section from side menu (file-tree menu only)
|
||||
geekdocHidden: true
|
||||
|
||||
# Add an anchor link to headlines
|
||||
geekdocAnchor: true
|
||||
```
|
||||
|
||||
{{< /tab >}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue