Getting Started
{% for sec in site.data.nav_gettingstarted %}
- {{ sec.title }}
{% if sec.subsec != null %}
{% endif %}
{% endfor %}
Recommendation Template
{% for sec in site.data.nav_recommendation %}
- {{ sec.title }}
{% if sec.subsec != null %}
{% endif %}
{% endfor %}
Classification Template
{% for sec in site.data.nav_classification %}
- {{ sec.title }}
{% if sec.subsec != null %}
{% endif %}
{% endfor %}
Data Collection
{% for sec in site.data.nav_datacollection %}
- {{ sec.title }}
{% if sec.subsec != null %}
{% endif %}
{% endfor %}
Getting Involved
{% for sec in site.data.nav_community %}
- {{ sec.title }}
{% if sec.subsec != null %}
{% endif %}
{% endfor %}
SDKs and Plugins
Resources