aboutsummaryrefslogtreecommitdiffstats
path: root/site/_includes/header.html
diff options
context:
space:
mode:
authorClément Bénier <clement.benier@iot.bzh>2019-02-24 19:01:33 +0100
committerClément Bénier <clement.benier@iot.bzh>2019-02-24 19:01:33 +0100
commit75e8ef2afae56b86a8fa14cfedb43cd788d203b5 (patch)
tree2553c990018b5db0624ead2531b8881972d9f498 /site/_includes/header.html
parentd7d996afa4d37e7cfa6128cfa6f7bc5811d811f8 (diff)
howto and reference sections added
Signed-off-by: Clément Bénier <clement.benier@iot.bzh>
Diffstat (limited to 'site/_includes/header.html')
-rw-r--r--site/_includes/header.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/site/_includes/header.html b/site/_includes/header.html
index 5aea0b8..23a9da1 100644
--- a/site/_includes/header.html
+++ b/site/_includes/header.html
@@ -45,6 +45,14 @@
<li {% if page.appfw_tab %}class="active"{% endif %}>
<a href="{{ site.docsurl }}/{{LANGUAGE}}/{{VERSION}}/apis_services/">APIs & Services</a>
</li>
+
+ <li {% if page.appfw_tab %}class="active"{% endif %}>
+ <a href="{{ site.docsurl }}/{{LANGUAGE}}/{{VERSION}}/howto/">How To</a>
+ </li>
+
+ <li {% if page.appfw_tab %}class="active"{% endif %}>
+ <a href="{{ site.docsurl }}/{{LANGUAGE}}/{{VERSION}}/reference/">Reference</a>
+ </li>
</ul>
</div>
<div class="nav_bar_right">