Static site generation, theme rendering, and asset bundling for systemprompt.io AI governance dashboards. Handlebars and Markdown pipeline for the MCP governance platform.
//! Sitemap generation: pure-function XML serialisers, the default provider
//! that drives them from `content.yaml`, and the top-level `generate_sitemap`
//! entry point.
moddefault_provider;modgenerator;modxml;pubusedefault_provider::DefaultSitemapProvider;pubusegenerator::generate_sitemap;pubusexml::{SitemapUrl, build_sitemap_index, build_sitemap_xml, escape_xml};