added missing entries to show new docs on doc nav
authorbobafetthotmail <starshipeleven@outlook.com>
Sun, 17 Jul 2016 17:38:27 +0000 (19:38 +0200)
committerJo-Philipp Wich <jo@mein.io>
Thu, 6 Oct 2016 09:37:18 +0000 (11:37 +0200)
added for the development docs i wrote earlier.
added "uci defaults" and "failsafe" that were made by previous commits but none added them to this list.

Signed off by   Alberto Bursi      starshipeleven AT outlook.com

_includes/docs_nav.html

index 2faf52a6f3a46040ae594f326de76122970e633d..a8d6d2df42d9ac6bb85a45e66697dbe1a23fac98 100644 (file)
@@ -10,6 +10,7 @@
             <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_defaults.html' %} class="active"{% endif %}><a href="uci_defaults.html">UCI defaults</a></li>
                 <li{% if page.url == '/docs/uci_dnsmasq.html' %} class="active"{% endif %}><a href="uci_dnsmasq.html">DHCP</a></li>
                 <li{% if page.url == '/docs/uci_dropbear.html' %} class="active"{% endif %}><a href="uci_dropbear.html">Dropbear</a></li>
                 <li{% if page.url == '/docs/uci_firewall.html' %} class="active"{% endif %}><a href="uci_firewall.html">Firewall</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>
-
+            <li{% if page.url == '/docs/failsafe.html' %} class="active"{% endif %}><a href="failsafe.html">Failsafe Mode</a></li>
+            <li{% if page.url == '/docs/development.html' %} class="active"{% endif %}><a href="development.html">Development</a></li>
+             <ul class="sectlevel0">
+                 <li{% if page.url == '/docs/development_new_device.html' %} class="active"{% endif %}><a href="development_new_device.html">Adding a new device</a></li>
+            </ul>     
         </ul>
     </div>
 </div>