-
Notifications
You must be signed in to change notification settings - Fork 18
Add a glossary term
Brian Hurst edited this page Mar 29, 2019
·
1 revision
Glossary terms can be added by updating the data file located in _data/terms.json
.
The format for adding a new term is:
{
"term": "OIRA",
"definition": "Office of Information and Regulatory Affairs, part of the Office of Management and Budget"
},
All fields are required.
Note: The glossary term list will be sorted in alphabetical order automatically when rendered on the page, so the order of terms in the _data/terms.json
file is not important, but may be helpful when editing.