From: bobafetthotmail Date: Sun, 17 Jul 2016 17:47:05 +0000 (+0200) Subject: added line to explain how to add pages to navbars X-Git-Url: http://git.openwrt.org/?p=web.git;a=commitdiff_plain;h=5cdfca5d3213fcb7339beb718e76269ebf9e92e5 added line to explain how to add pages to navbars because there are already 4 pages without a link and were therefore not reachable without knowing the link beforehand. So adding documentation of documentation sounds good to me. --- diff --git a/README b/README index 4379139..1b8a9c7 100644 --- a/README +++ b/README @@ -9,6 +9,10 @@ All pages should follow these rules Top level pages are located in this directory while the "Documentation" can be found in the docs/ sub-folder. +The _includes/ folder contains the html structure of the site navbars, +if you add a page please add it in the respective nav bar so that it +becomes reachable. + The website is generated from asciidoc using jekyll invoked by a cron script every 15 minutes.