summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorZach White <skullydazed@gmail.com>2021-01-09 13:34:14 -0800
committerGitHub <noreply@github.com>2021-01-09 13:34:14 -0800
commit962bc8d9dd413690dbeadeaac971a5389697210f (patch)
tree02e7c5ebe87f466103901d72740fbf25c9d19a30 /docs
parentc550047ba68bd633d35b10d545ff240cf1fc9786 (diff)
Use the schema to eliminate custom code (#11108)
* use the schema to eliminate custom code * Update docs/reference_info_json.md Co-authored-by: Ryan <fauxpark@gmail.com> * make flake8 happy * bugfix * do not overwrite make vars from json Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/reference_info_json.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/reference_info_json.md b/docs/reference_info_json.md
index 47506bc92d..c9864ea2de 100644
--- a/docs/reference_info_json.md
+++ b/docs/reference_info_json.md
@@ -106,6 +106,7 @@ Example:
["A7", "B1"],
[null, "B2"]
]
+ }
}
```