diff options
author | 2019-02-24 19:01:33 +0100 | |
---|---|---|
committer | 2019-02-24 19:01:33 +0100 | |
commit | 75e8ef2afae56b86a8fa14cfedb43cd788d203b5 (patch) | |
tree | 2553c990018b5db0624ead2531b8881972d9f498 /site/_includes/header.html | |
parent | d7d996afa4d37e7cfa6128cfa6f7bc5811d811f8 (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.html | 8 |
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"> |