diff options
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"> |