{% if options.links.about !== false && (options.links.about != null || githubId) %}
  • About the author
  • {% endif %} {% if options.links.issues !== false && (options.links.issues != null || githubId) %}
  • Questions and Issues
  • {% endif %} {% if options.links.contribute !== false && (options.links.contribute != null || githubId) %}
  • Edit and Contribute
  • {% endif %} {% if options.links.contribute || options.links.issues || options.links.about || githubId %}
  • {% 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 %}