Allow geekdocSearchShowParent
This commit is contained in:
parent
92254349c4
commit
c2895e5c2a
3 changed files with 17 additions and 1 deletions
|
@ -62,6 +62,11 @@ enableGitInfo = true
|
|||
# Index is built on the fly and might slowdown your website.
|
||||
geekdocSearch = false
|
||||
|
||||
# (Optional, default false) Display search results with the parent folder as prefix. This
|
||||
# option allows you to distinguish between files with the same name in different folders.
|
||||
# NOTE: This parameter only applies when geekdocSearch=true
|
||||
GeekdocSearchShowParent = true
|
||||
|
||||
# (Optional, default none) Add a link to your Legal Notice page to the site footer.
|
||||
# It can be either a remote url or a local file path relative to your content directory.
|
||||
geekdocLegalNotice = "https://blog.example.com/legal"
|
||||
|
@ -137,6 +142,11 @@ params:
|
|||
# Index is built on the fly and might slowdown your website.
|
||||
geekdocSearch: false
|
||||
|
||||
# (Optional, default false) Display search results with the parent folder as prefix. This
|
||||
# option allows you to distinguish between files with the same name in different folders.
|
||||
# NOTE: This parameter only applies when geekdocSearch=true
|
||||
GeekdocSearchShowParent: true
|
||||
|
||||
# (Optional, default none) Add a link to your Legal Notice page to the site footer.
|
||||
# It can be either a remote url or a local file path relative to your content directory.
|
||||
geekdocLegalNotice: "https://blog.example.com/legal"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue