[web] added missing entries to show new docs on doc nav

LEDE Commits lede-commits at lists.infradead.org
Thu Oct 6 02:38:43 PDT 2016


jow pushed a commit to web.git, branch master:
https://git.lede-project.org/5be8bf4f0000a04a26a52be950ca8e1a23e8974a

commit 5be8bf4f0000a04a26a52be950ca8e1a23e8974a
Author: bobafetthotmail <starshipeleven at outlook.com>
AuthorDate: Sun Jul 17 19:38:27 2016 +0200

    added missing entries to show new docs on doc nav
    
    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 | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/_includes/docs_nav.html b/_includes/docs_nav.html
index 2faf52a..a8d6d2d 100644
--- a/_includes/docs_nav.html
+++ b/_includes/docs_nav.html
@@ -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>
@@ -21,7 +22,11 @@
                 <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>



More information about the lede-commits mailing list