This Tutorial shows that there are many ways how to create a sitemap for your Tiki.
Some of them below:
This code:
{HTML()} <style> .mysitemap .cssmenu_vert li ul { display: block !important; position: static !important; } </style> {HTML} {module module="menu" id="43" bootstrap="n" class="mysitemap" setSelected="n" title="Sitemap"}
Produces:
If you use a menu fom a structure of wiki pages, you can use
{toc}
to produce the table of contents of that site.