UAVOS Inc {{ site.title }}
    {% for section in site.data.sections %} {% assign sdata = site.data[section] %} {% if sdata.doc %} {% assign sid = sdata.doc | prepend:"/" %} {% else %} {% assign sid = section | prepend:"/" | append:"/index" %} {% endif %} {% assign doc = site.docs | where:"id", sid | first %}
  • {{ sdata.title }}
  • {% endfor %}