Static site generation, theme rendering, and asset bundling for systemprompt.io AI governance dashboards. Handlebars and Markdown pipeline for the MCP governance platform.
//! Scheduled jobs registered with the systemprompt scheduler via the
//! `inventory` crate: content prerender, page prerender, and copy-extension
//! -assets.
modcontent_prerender;modcopy_assets;modpage_prerender;pubusecontent_prerender::ContentPrerenderJob;pubusecopy_assets::execute_copy_extension_assets;pubusepage_prerender::PagePrerenderJob;