Sitemap
This page contains a sitemap and is visible to public users but does not appear in the site menu.
You can insert a link to this page in any site page or system page, for example, in the content of the Page not found system page.
document.addEventListener("DOMContentLoaded", function () {
const mainContent = document.querySelector(".wa-content");
if (mainContent) {
mainContent.setAttribute("id", "maincontent");
mainContent.setAttribute("tabindex", "-1");
mainContent.setAttribute("role", "main");
}
});