First cut at Getting Started page
[web.git] / _includes / docs_nav.html
index 8967779f8c6f2d2ea3d74d72c04bc7406451916a..50a823393edd9ab91c16355a7a849c8e1b1ebb78 100644 (file)
@@ -2,7 +2,7 @@
 <div class="panel">
     <div id="toc" class="toc">
         <ul class="sectlevel0">
-            <li{% if page.url == '/docs/' %} class="active"{% endif %}><a href="index.html">Overview</a></li>
+            <li{% if page.url == '/docs/' %} class="active"{% endif %}><a href="index.html">Getting Started</a></li>
             <li{% if page.url == '/docs/config.html' %} class="active"{% endif %}><a href="config.html">Configuration</a></li>
             <li{% if page.url == '/docs/ubus.html' %} class="active"{% endif %}><a href="ubus.html">uBus</a></li>
             <li{% if page.url == '/docs/procd.html' %} class="active"{% endif %}><a href="procd.html">Procd</a></li>
@@ -19,6 +19,8 @@
                 <li{% if page.url == '/docs/uci_system.html' %} class="active"{% endif %}><a href="uci_system.html">System</a></li>
                 <li{% if page.url == '/docs/uci_wireless.html' %} class="active"{% endif %}><a href="uci_wireless.html">Wireless</a></li>
             </ul>
+            <li{% if page.url == '/docs/web_presence.html' %} class="active"{% endif %}><a href="web_presence.html">This Web Presence</a></li>
+
         </ul>
     </div>
 </div>