blob: 04738cb7870bf98d3cb188c8f2dbb91fd2ebd956 [file] [log] [blame]
Zack Williams5875fc42017-09-25 18:01:47 -07001# Build System Config Glossary
Zack Williams6e87cbc2017-07-17 16:48:01 -07002
3{{ def_docs['frontmatter']['description'] }}
4
5{% for key, val in def_docs|dictsort %}
6### {{ key }}
7
8{{ val['description'] }}
9
10Default value:
11```
12{{ val['defval_pp'] }}
13```
14
15Used in:
16
17{% for file in val['reflist']|sort(attribute='path') -%}
18 - [{{ file.path }}]({{ file.link }})
19{% endfor -%}
20
21{% endfor %}
22