glossary list body
{% import "docs/glossary/_common/_glossary_macros.md" as macro %}
{{ item.term }}
{%- if item.short_description|length %}{{ item.short_description }}
{%- if item.full_description|length %}{{ item.full_description }}
Information related to {{ item.term }}
-
{%- for see in item.see_also %}
- {{ see }} {%- endfor %}
Guides related to {{ item.term }}
-
{%- for guide in item.related_guides %}
- {{ guide }} {%- endfor %}
最后更新:
2023 年 5 月 10 日(Wednesday) 10:12 CST