* Add 'Security Center' product name variable * Update index with new Security Center category * Revert "Update index with new Security Center category" This reverts commit 74aee4b050639626d2b49d914e4ab7b8c0f63ddc. * Update Code Security index * Create index.md for Security Center * Create Security Center reusables Beta flag and gated feature * update AE versioning * Remove "Security Center" from titles and intros * Remove "security center" from beta flag * Add images * Procedures for filtering and sorting * Incorporate reviewer feedback * Incorporate reviewer feedback Three images will need to be updated * Update images
Variables
Variables are short strings of reusable text.
The YAML files in this directory each contain multiple variables.
The path, filename, and keys within each YAML file determine what its path will be in the data object.
For example, given a file data/variables/foo/bar.yml:
# multiple short strings in one file
meaning_of_life: 42
# and they can be nested if needed
nested:
values:
too: Yes!
Its values would be accessible as:
{% data foo.bar.meaning_of_life %}
{% data foo.bar.nested.values.too %}