gorm/doc/advanced/advanced.md
2016-02-25 22:58:56 +08:00

11 lines
295 B
Markdown

# Advanced Usage
{% for section in book.chapters["advanced/advanced.md"].sections %}
* [**{{section.name}}**](../{{section.path}})
{% if section["sections"] %}{% for subsection in section.sections %}
* [**{{ subsection.name }}**]({{ subsection.path }})
{% endfor %}{% endif %}
{% endfor %}