I need to add a multilevel navigation bar (like the top nav of Wikirate.org) or something like wagn menu. What needs to be done to add a navigation links like that?
Ideally it will be nice to put something in layout to show heirarachy e.g. Basic is sub menu of Operations
<div id="menu"> Home Recent Operations|Basic
</div>
There's nothing built into wagn to do that. We just added some custom javascript for it, which I believe is in this coffeescript card
I'm actually going to try to update the javascript documentation in the next couple of days. There have been a lot of improvements.