From de9eb6ab082df3ec083e881e3932ac0a7c76c0fd Mon Sep 17 00:00:00 2001 From: Francesco Siddi Date: Sat, 6 May 2023 01:44:54 +0200 Subject: [PATCH] Website: Fix indentation in config file --- web/project-website/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/project-website/config.toml b/web/project-website/config.toml index 5a854289..feeb5f66 100644 --- a/web/project-website/config.toml +++ b/web/project-website/config.toml @@ -49,7 +49,7 @@ enableRobotsTXT = true # (Optional, default true) Show a breadcrumb navigation bar at the top of each docs page. # You can also specify this parameter per page in front matter. - geekdocBreadcrumb = false + geekdocBreadcrumb = false # (Optional, default none) Set source repository location. Used for 'Edit page' links. # You can also specify this parameter per page in front matter.