tree: 632fc2a09611f501514518d9cd7f6b7d3da4e706 [path history] [tgz]
  1. _areas.yaml
  2. _toc.yaml
  3. README.md
docs/contribute/governance/areas/README.md

{% set areas | yamlloads %} {% include “docs/contribute/governance/areas/_areas.yaml” %} {% endset %}

Areas

{% for area in areas %}

{{ area.name }} {:#{{ area.name|replace(" ", “-”)|lower() }}}

Primary: {{ area.api_primary }}
{% if area.api_secondary %} Secondary: {{ area.api_secondary }} {% endif %}

{{ area.description or “No description available.” }}

{% if area.examples %} Examples:

{% endfor %}