{% set ns = namespace(first_page=None) %}
{% for group in navigation %}
{% if not ns.first_page and group.pages %}
{% set ns.first_page = group.pages[0] %}
{% endif %}
{% endfor %}
{% if ns.first_page %}
Get Started
{% endif %}
๐ค
AI-friendly documentation
This documentation is optimized for AI consumption.