From ebcf23070b99ea9c554a5e67b88976c18408556a Mon Sep 17 00:00:00 2001 From: Braden Hilton Date: Thu, 30 Jan 2025 18:51:15 +0000 Subject: [PATCH] docs: Update wording in .chezmoidata pages --- .../docs/reference/special-directories/chezmoidata.md | 3 ++- .../docs/reference/special-files/chezmoidata-format.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/assets/chezmoi.io/docs/reference/special-directories/chezmoidata.md b/assets/chezmoi.io/docs/reference/special-directories/chezmoidata.md index ce85774f3bc..46d1270dcc7 100644 --- a/assets/chezmoi.io/docs/reference/special-directories/chezmoidata.md +++ b/assets/chezmoi.io/docs/reference/special-directories/chezmoidata.md @@ -1,4 +1,5 @@ # `.chezmoidata` If a directory called `.chezmoidata` exists in the source state, then all files -in it are interpreted as template data in the format given by their extension. +in it are interpreted as structured static data in the format given by their +extension. This data can then be used in templates. diff --git a/assets/chezmoi.io/docs/reference/special-files/chezmoidata-format.md b/assets/chezmoi.io/docs/reference/special-files/chezmoidata-format.md index f4af86d16e0..d4ff8995c07 100644 --- a/assets/chezmoi.io/docs/reference/special-files/chezmoidata-format.md +++ b/assets/chezmoi.io/docs/reference/special-files/chezmoidata-format.md @@ -1,7 +1,8 @@ # `.chezmoidata.$FORMAT` If a file called `.chezmoidata.$FORMAT` exists in the source state, it is -interpreted as template data in the given format. +interpreted as structured static data in the given format. This data can +then be used in templates. !!! example