Files
AI/참고/neo4j-graphrag-python-main/docs/source/_templates/gentree.html
2026-05-12 19:40:31 +09:00

8 lines
178 B
HTML

{%- extends "layout.html" %}
{% set title = _('Tree') %}
{% block body %}
<h1>{{ _('Tree') }}</h1>
{{ toctree(includehidden=True, collapse=False, maxdepth=-1) }}
{% endblock %}