{# warning: if doc structure change, these rules may have to change as well #} {# ===== VARIABLES ====== #} {% set master_doc_short_name = 'Documentation' %} {% if pagename == master_doc %}
  • {{ master_doc_short_name }}
  • {% else %} {# Do not show main TOC link when in user/dev doc subpages to shorten breadcrumb links #} {% if 'show_main_toc_link' in meta %}
  • {{ master_doc_short_name }}
  • {% endif %} {% for parent in parents %}
  • {{ parent.title }}
  • {% endfor %}
  • {{ meta.get('main-title', title) }}
  • {% endif %}