1
0
Fork 0
mirror of https://github.com/YunoHost/doc.git synced 2024-09-03 20:06:26 +02:00
doc/pages/02.apps/02.docs/docs.md
2021-02-07 20:05:03 +00:00

20 lines
349 B
Markdown

---
content:
order:
by: basename
dir: asc
pagination: false
url_taxonomy_filters: true
items:
- '@self.children'
- '@taxonomy.category': [docs, apps]
twig_first: true
process:
twig: true
---
<ul>
{% for p in page.collection %}
<li><a href="{{ p.url }}">{{ p.title|e }}</a></li>
{% endfor %}
</ul>