{# 自定义全局目录模板,支持4级导航深度 #} {%- if theme_navigation_depth %} {%- set navigation_depth = theme_navigation_depth %} {%- else %} {%- set navigation_depth = 4 %} {%- endif %}

{{ _('Table of Contents') }}

{{ toctree(maxdepth=navigation_depth, collapse=False, includehidden=True, titles_only=False) }}
{# 中英文切换UI - 位于多级目录下方,作为独立的区域 #}
|