forked from mirror/gorm
9 lines
281 B
Markdown
9 lines
281 B
Markdown
# Models
|
|
|
|
{% for section in book.chapters["models/models.md"].sections %}
|
|
* [**{{section.name}}**](../{{section.path}})
|
|
{% if section["sections"] %}{% for subsection in section.sections %}
|
|
* [**{{ subsection.name }}**]({{ subsection.path }})
|
|
{% endfor %}{% endif %}
|
|
{% endfor %}
|