• Docs
  • {% if page %} {% for doc in page.ancestors %} {% if doc.children[0].url and doc.children[0].url != page.url %}
  • » {{ doc.title }}
  • {% else %}
  • » {{ doc.title }}
  • {% endif %} {% endfor %} {% if page.title != "toc" %}
  • » {{ page.title }}
  • {% endif %} {% endif %} {% if config.repo_url %}
  • {%- block repo %} {% if page and page.edit_url %} Edit on {{ config.repo_name }} {% endif %} {%- endblock %}
  • {% endif %}