From 926d039db1910c4259fa445bd226080855d92fe9 Mon Sep 17 00:00:00 2001 From: Francesco Siddi Date: Thu, 7 Jul 2022 21:32:05 +0200 Subject: [PATCH] Website: Disable breadcrumbs Currently the navigation is simple enough, and the breadcrumbs were exposing top level pages with no content. --- web/flamenco-io-site/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/flamenco-io-site/config.toml b/web/flamenco-io-site/config.toml index 17cfc314..d818d502 100644 --- a/web/flamenco-io-site/config.toml +++ b/web/flamenco-io-site/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.