mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
(Grav GitSync) Automatic Commit from yunohost-bot
This commit is contained in:
parent
a4b79032fe
commit
738afb12e4
3 changed files with 21 additions and 0 deletions
BIN
pages/02.apps/02.docs/.docs.md.swp
Normal file
BIN
pages/02.apps/02.docs/.docs.md.swp
Normal file
Binary file not shown.
1
pages/02.apps/02.docs/apps.json
Symbolic link
1
pages/02.apps/02.docs/apps.json
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
/var/www/app_yunohost/apps/builds/default/v2/apps.json
|
|
@ -11,8 +11,28 @@ content:
|
||||||
twig_first: true
|
twig_first: true
|
||||||
process:
|
process:
|
||||||
twig: true
|
twig: true
|
||||||
|
debugger:
|
||||||
|
enabled: true # Enable Grav debugger and following settings
|
||||||
|
shutdown:
|
||||||
|
close_connection: true
|
||||||
|
twig:
|
||||||
|
debug: true
|
||||||
|
errors:
|
||||||
|
display: true
|
||||||
---
|
---
|
||||||
|
|
||||||
|
Test
|
||||||
|
|
||||||
|
{% set test = page.find('apps.json') %}
|
||||||
|
|
||||||
|
{{ test }}
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
{% for app in catalog["apps"] %}
|
||||||
|
{{ app }}
|
||||||
|
{% endfor %}
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
{% for p in page.collection %}
|
{% for p in page.collection %}
|
||||||
<li><a href="{{ p.url }}">{{ p.title|e }}</a></li>
|
<li><a href="{{ p.url }}">{{ p.title|e }}</a></li>
|
||||||
|
|
Loading…
Add table
Reference in a new issue