diff options
author | Ryan <fauxpark@gmail.com> | 2022-11-08 12:05:08 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-08 01:05:08 +0000 |
commit | 479d8de622674b6667295bda344145a69aa042bd (patch) | |
tree | fedd0a796937a6be3fe8dffe07ef107eeb943411 /docs | |
parent | ce80a3ad46b951e6c7021b43e43e63074d8234f8 (diff) |
Format DD mappings and schemas (#18924)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/data_driven_config.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/data_driven_config.md b/docs/data_driven_config.md index 1a2e4ca54a..ba287f5688 100644 --- a/docs/data_driven_config.md +++ b/docs/data_driven_config.md @@ -41,7 +41,7 @@ In other cases you should group like options together in an `object`. This is pa ### Add a mapping -In most cases you can add a simple mapping. These are maintained as JSON files in `data/mappings/info_config.json` and `data/mappings/info_rules.json`, and control mapping for `config.h` and `rules.mk`, respectively. Each mapping is keyed by the `config.h` or `rules.mk` variable, and the value is a hash with the following keys: +In most cases you can add a simple mapping. These are maintained as JSON files in `data/mappings/info_config.hjson` and `data/mappings/info_rules.hjson`, and control mapping for `config.h` and `rules.mk`, respectively. Each mapping is keyed by the `config.h` or `rules.mk` variable, and the value is a hash with the following keys: * `info_key`: (required) The location within `info.json` for this value. See below. * `value_type`: (optional) Default `raw`. The format for this variable's value. See below. |