From 78d7b52b60b87943bcc214611c10318f7f4835e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Thu, 22 Jul 2021 19:24:06 +0200 Subject: [PATCH] Document config.cascade --- content/en/getting-started/configuration.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/en/getting-started/configuration.md b/content/en/getting-started/configuration.md index 36c8c1b50..75608a88d 100644 --- a/content/en/getting-started/configuration.md +++ b/content/en/getting-started/configuration.md @@ -133,6 +133,9 @@ buildFuture (false) caches : See [Configure File Caches](#configure-file-caches) +cascade {{< new-in "0.86.0" >}} +: Pass down down default configuration values (front matter) to pages in the content tree. The options in site config is the same as in page front matter, see [Front Matter Cascade](/content-management/front-matter#front-matter-cascade). + canonifyURLs (false) : Enable to turn relative URLs into absolute.