docs: mdns: initial basic coverage
[web.git] / _includes / docs_nav.html
index 793afae0204ba5765bde42e99f5da403cd4cce9a..2faf52a6f3a46040ae594f326de76122970e633d 100644 (file)
@@ -1,11 +1,13 @@
-<h4>Documents</h4>
+<h4>Documentation</h4>
 <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/mdns.html' %} class="active"{% endif %}><a href="mdns.html">mdns</a></li>
             <li{% if page.url == '/docs/procd.html' %} class="active"{% endif %}><a href="procd.html">Procd</a></li>
+            <li{% if page.url == '/docs/rpcd.html' %} class="active"{% endif %}><a href="rpcd.html">rpcd</a></li>
             <li{% if page.url == '/docs/uci.html' %} class="active"{% endif %}><a href="uci.html">UCI Document</a></li>
             <ul class="sectlevel0">
                 <li{% if page.url == '/docs/uci_dnsmasq.html' %} class="active"{% endif %}><a href="uci_dnsmasq.html">DHCP</a></li>
@@ -18,6 +20,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">About These Web Pages</a></li>
+
         </ul>
     </div>
 </div>