aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Developer/index.html.twig
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-04-06 11:30:41 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2016-04-06 11:30:41 +0200
commitc802181126b41ecbc45e501c5426a6aa8b907d84 (patch)
treef424fec3866667f09ec29678bd0dd9c1bc346b12 /src/Wallabag/CoreBundle/Resources/views/themes/baggy/Developer/index.html.twig
parent4b0b77e4d78a916d26cafb08de0ac4c88abf89de (diff)
downloadwallabag-c802181126b41ecbc45e501c5426a6aa8b907d84.tar.gz
wallabag-c802181126b41ecbc45e501c5426a6aa8b907d84.tar.zst
wallabag-c802181126b41ecbc45e501c5426a6aa8b907d84.zip
Documentation about wallabag API
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/views/themes/baggy/Developer/index.html.twig')
-rw-r--r--src/Wallabag/CoreBundle/Resources/views/themes/baggy/Developer/index.html.twig3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Developer/index.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Developer/index.html.twig
index e12779b7..7ff64ca6 100644
--- a/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Developer/index.html.twig
+++ b/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Developer/index.html.twig
@@ -14,7 +14,8 @@
14 14
15 <ul> 15 <ul>
16 <li><a href="{{ path('developer_howto_firstapp') }}">{{ 'developer.how_to_first_app'|trans }}</a></li> 16 <li><a href="{{ path('developer_howto_firstapp') }}">{{ 'developer.how_to_first_app'|trans }}</a></li>
17 <li><a href="{{ path('nelmio_api_doc_index') }}">{{ 'developer.full_documentation'|trans }}</a></li> 17 <li><a href="http://doc.wallabag.org/en/v2-documentation-api/developer/api.html">{{ 'developer.full_documentation'|trans }}</a></li>
18 <li><a href="{{ path('nelmio_api_doc_index') }}">{{ 'developer.list_methods'|trans }}</a></li>
18 </ul> 19 </ul>
19 20
20 <h4>{{ 'developer.clients.title'|trans }}</h4> 21 <h4>{{ 'developer.clients.title'|trans }}</h4>