• {{ site.github_user }}/{{ site.github_repo }}
      {% assign paths = page.url | remove: "/docs/" | split: "/" %} {% for section in site.data.toc %} {% assign sectionpaths = section.url | remove: "docs/" | split: "/" %}
    • {{ section.title }} {% if section.children %}
      Table of contents
        {% for child in section.children %}
      • {{ child.title }}
      • {% endfor %}
      {% endif %}
    • {% endfor %}
  • {% for section in site.data.toc %}
  • {{ section.title }}
  • {% endfor %} {% assign paths = page.url | remove: "/docs/" | split: "/" | where_exp: "i", "i.size > 0" %} {% for section in site.data.toc %} {% assign sectionpaths = section.url | remove: "docs/" | split: "/" %}
  • {{ section.title }} {% if section.children %}
      {% for child in section.children %} {% assign childs = child.url | remove: "docs/" | split: "/" %}
    • {{ child.title }}
    • {% endfor %}
    {% endif %}
  • {% endfor %}
Tweet this page Ask questions Report issues Edit me