A module for the SilverStripe CMS which produces a page listing every (public) page on your site.
Sometimes it's just nice to have a page that lists out everything on your site.
composer require "logicbrush/silverstripe-sitemappage"
This module defines a new page class of type Logicbrush\SiteMapPage\Model\SiteMapPage
. When you create an instance of this page type it will include a heirarchical list of links to all the pages on the site after the content.