summaryrefslogtreecommitdiffstats
path: root/user_guide/nav
diff options
context:
space:
mode:
authorJoël Cox <joel@joelcox.nl>2011-08-22 22:29:06 +0200
committerPhil Sturgeon <email@philsturgeon.co.uk>2011-10-27 00:43:39 +0200
commitf27bcf350d18048d91d8a607520d19f0c8e11f41 (patch)
treeb8032b1845ea2aa54e6f117a198a1ac5b573450a /user_guide/nav
parent6f531dc364553975a8ea4dce85927a09f6628902 (diff)
Cleanly applied patch of the user guide tutorial by Kenny and me.
Diffstat (limited to 'user_guide/nav')
-rw-r--r--user_guide/nav/nav.js11
1 files changed, 10 insertions, 1 deletions
diff --git a/user_guide/nav/nav.js b/user_guide/nav/nav.js
index b44994d4d..b57851a6c 100644
--- a/user_guide/nav/nav.js
+++ b/user_guide/nav/nav.js
@@ -37,7 +37,16 @@ function create_menu(basepath)
'<li><a href="'+base+'overview/mvc.html">Model-View-Controller</a></li>' +
'<li><a href="'+base+'overview/goals.html">Architectural Goals</a></li>' +
'</ul>' +
-
+
+ '<h3>Tutorial</h3>' +
+ '<ul>' +
+ '<li><a href="'+base+'tutorial/introduction.html">Introduction</a></li>' +
+ '<li><a href="'+base+'tutorial/static_pages.html">Static pages</a></li>' +
+ '<li><a href="'+base+'tutorial/news_section.html">News section</a></li>' +
+ '<li><a href="'+base+'tutorial/create_news_items.html">Create news items</a></li>' +
+ '<li><a href="'+base+'tutorial/conclusion.html">Conclusion</a></li>' +
+ '</ul>' +
+
'</td><td class="td_sep" valign="top">' +
'<h3>General Topics</h3>' +