Expand description
Parses an optional docgen.toml. When absent, SiteConfig::default()
reproduces docgen’s pre-P6 hard-coded behaviour exactly, so a project with
no config builds identically to before.
Structs§
- Components
Config [components]section.- Features
- Feature toggles. All default
true— the pre-P6 behaviour (every feature on). - Site
Config - The whole resolved site config.
Default== pre-P6 behaviour.
Enums§
Functions§
- load
- Load
docgen.tomlfromproject_root. Missing file →SiteConfig::default()(not an error). Present-but-malformed →Err.