--- layout: document --- {{ content }} {% capture list %} {% for group in site.data.navigation.docs -%} ## {{ group.title }} {% for item in group.children -%} 1. [{{ item.title }}]({{ item.url | relative_url }}) {%- if item.description %}\ {{ item.description }} {%- endif %} {% endfor %} {% endfor %} {% endcapture %} {{ list | markdownify }}