diff options
author | Joël Cox <joel@joelcox.nl> | 2011-08-22 22:29:06 +0200 |
---|---|---|
committer | Joël Cox <joel@joelcox.nl> | 2011-08-22 22:29:06 +0200 |
commit | a2457b022778a1000f753f799e3527fadc93d207 (patch) | |
tree | bcf2fa6b53352270db91602230b169927221d455 /user_guide/nav/nav.js | |
parent | ff390b9c43f33ee734b5e8abc754539799a19357 (diff) |
Cleanly applied patch of the user guide tutorial by Kenny and me.
Diffstat (limited to 'user_guide/nav/nav.js')
-rw-r--r-- | user_guide/nav/nav.js | 11 |
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>' + |