• {% include icons/symbols/arrow-left.svg %} Back to Documentation
    • {% for item in site.data.sidenav.partners.sections[0].section %} {% assign currentPage = page.path | downcase | replace: "/index.md" "" | replace: ".md" "" %} {% assign currentPath = item.path | downcase | replace_first: "/" "" %} {% assign currentSectionPage = page.path | downcase | split: "/" %} {% assign currentSectionPath = item.slug | downcase %} {% capture currentSectionSlug %}{{ currentSectionPage[0] | downcase }}/{{ currentSectionPage[1] | downcase }}{% endcapture %}
    • {% if item.path %} {% assign menuLink = site.baseurl | append: item.path | append: "/" %} {% if item.path contains "http://" or item.path contains "https://"%} {% assign menuLink = item.path %} {% endif %} {{ item.title }} {% endif %} {% if item.section_title %}
        {% for subsection in item.section %} {% assign currentPage = page.path | downcase | replace: "/index.md" "" | replace: ".md" "" %} {% assign currentPath = subsection.path | downcase | replace_first: "/" "" %}
      • {% if subsection.path %} {% assign menuLink = site.baseurl | append: subsection.path | append: "/" %} {% if subsection.path contains "http://" or subsection.path contains "https://"%} {% assign menuLink = subsection.path %} {% endif %} {% if subsection.menu_icon %}
        {% include icons/{{ subsection.menu_icon }}.svg %}
        {% endif %} {{ subsection.title }}
        {% endif %} {% if subsection.section_title %}
          {% for subsubsection in subsection.section %} {% assign currentPage = page.path | downcase | replace: "/index.md" "" | replace: ".md" "" %} {% assign currentPath = subsubsection.path | downcase | replace_first: "/" "" %}
        • {{ subsubsection.title }}
        • {% endfor %}
        {% endif %}
      • {% endfor %}
      {% endif %}
    • {% endfor %}