Expand description
Static site generation for chant specs.
This module provides functionality to generate a static HTML documentation site from chant specs, including:
- Individual spec pages
- Index pages (by status, by label)
- Timeline visualization
- Dependency graph visualization
- Changelog
Modules§
- embedded
- Embedded default theme templates
- graph
- ASCII dependency graph generation for specs.
- theme
- Theme management for site generation.
- timeline
- ASCII timeline generation for specs.
Structs§
- Build
Result - Result of building the site
- Site
Generator - Site generator
- Site
Stats - Site statistics
- Spec
Template Data - Spec data for templates
Functions§
- slugify
- Slugify a string for use in URLs