From dbc1157c1ba0a9ffd258afa60e20499717c711c9 Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Sat, 19 Jun 2021 01:34:23 +0900 Subject: [PATCH] Fix missing deep --- content/en/getting-started/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/getting-started/configuration.md b/content/en/getting-started/configuration.md index 05383dda3..36c8c1b50 100644 --- a/content/en/getting-started/configuration.md +++ b/content/en/getting-started/configuration.md @@ -93,7 +93,7 @@ none shallow : Only add values for new keys. -shallow +deep : Add values for new keys, merge existing. Note that you don't need to be so verbose as in the default setup below; a `_merge` value higher up will be inherited if not set.