Table of contents
No headers
/***
USAGE:
Topics()
Show list of sub-page topics.
***/
<div class="guide-content" id="guide-guide-content">
var pages = import("MindTouch/IDF/Functions/GuidePages", { depth: 3 });
wiki.template("MindTouch/IDF/Views/GuideContent", { pages: pages.all, toc: false });
</div>

Comments