1
0
Fork 0
mirror of https://github.com/YunoHost/doc.git synced 2024-09-03 20:06:26 +02:00
doc/pages/02.applications/02.docs/docs.md
2021-02-11 00:46:28 +01:00

21 lines
371 B
Markdown

---
title: Documentations
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>