Website: Enable doc editing links

This commit is contained in:
Francesco Siddi 2023-05-06 01:45:23 +02:00
parent de9eb6ab08
commit 1f8301a575

View File

@ -53,12 +53,12 @@ enableRobotsTXT = true
# (Optional, default none) Set source repository location. Used for 'Edit page' links.
# You can also specify this parameter per page in front matter.
# geekdocRepo = "https://github.com/thegeeklab/hugo"
geekdocRepo = "https://projects.blender.org/studio/flamenco"
# (Optional, default none) Enable 'Edit page' links. Requires 'GeekdocRepo' param
# and the path must point to the parent directory of the 'content' folder.
# You can also specify this parameter per page in front matter.
# geekdocEditPath = "edit/main/exampleSite"
geekdocEditPath = "_edit/main/web/project-website"
# (Optional, default true) Enables search function with flexsearch.
# Index is built on the fly and might slow down your website.