{% for section in site.data.docs_nav -%}

{{ section.title }}

    {%- for item in section.docs -%} {%- assign p = site.documents | where: "url", item.link | first %}
  • {{- p.menu_name | default: p.title -}}
  • {%- endfor %}
{% endfor -%}