Commit a8b4df8 1 parent c01c5fe commit a8b4df8 Copy full SHA for a8b4df8
File tree 2 files changed +9
-0
lines changed
2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 4
4
feature_three_forms : ' %feature_three_forms%'
5
5
platform :
6
6
url : ' %base_url%'
7
+ gitbook :
8
+ faq : https://faq.stop-punaises.gouv.fr/
7
9
8
10
when@dev :
9
11
twig :
Original file line number Diff line number Diff line change 93
93
<a class =" fr-nav__link" href =" {{ path(' app_entreprise_list' ) }}" target =" _self" {% if app .request .get (' _route' ) == ' app_entreprise_list' or app .request .get (' _route' ) == ' app_entreprise_view' %}aria-current =" page" {% endif %}>Les entreprises</a >
94
94
</li >
95
95
{% endif %}
96
+
97
+ {% if gitbook is defined %}
98
+ <li class =" fr-nav__item" >
99
+ <a class =" fr-nav__link" href =" {{ gitbook .faq }}" target =" _blank" rel =" noopener"
100
+ >Documentation</a >
101
+ </li >
102
+ {% endif %}
96
103
</ul >
97
104
</nav >
98
105
</div >
You can’t perform that action at this time.
0 commit comments