From 1f8301a575ada0d13034b7c050cea9663c1dcfbd Mon Sep 17 00:00:00 2001 From: Francesco Siddi Date: Sat, 6 May 2023 01:45:23 +0200 Subject: [PATCH] Website: Enable doc editing links --- web/project-website/config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/project-website/config.toml b/web/project-website/config.toml index feeb5f66..26eed31d 100644 --- a/web/project-website/config.toml +++ b/web/project-website/config.toml @@ -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.