{% set _divider = false %} {% if options.links.about !== false && (options.links.about || githubId) %} {% set _divider = true %}
  • About the author
  • {% endif %} {% if options.links.issues !== false && (options.links.issues || githubId) %} {% set _divider = true %}
  • Questions and Issues
  • {% endif %} {% if options.links.contribute !== false && (options.links.contribute || githubId) %} {% set _divider = true %}
  • Edit and Contribute
  • {% endif %} {% if _divider %}
  • {% endif %}
  • Introduction
  • {% for item in summary.chapters %}
  • {% if item.path %} {{ item.level }}. {{ item.title }} {% else %} {{ item.level }}. {{ item.title }} {% endif %} {% if item.articles.length > 0 %}
      {% for article in item.articles %}
    • {% if article.path %} {{ article.level }}. {{ article.title }} {% else %} {{ article.level }}. {{ article.title }} {% endif %}
    • {% endfor %}
    {% endif %}
  • {% endfor %} {% if options.links.gitbook !== false %}
  • Generated using GitBook
  • {% endif %}