doc/pages/03.applications/02.docs/docs.md
tituspijean 03f855b79d
Hide apps documentations list
Co-authored-by: ljf (zamentur) <zamentur@users.noreply.github.com>
Co-authored-by: nathanael-h <7300309+nathanael-h@users.noreply.github.com>
2022-08-04 19:49:08 +02:00

23 lines
391 B
Markdown

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