pub fn load(project_root: &Path) -> Result<SiteConfig, ConfigError>Expand description
Load docgen.toml from project_root. Missing file → SiteConfig::default()
(not an error). Present-but-malformed → Err.
pub fn load(project_root: &Path) -> Result<SiteConfig, ConfigError>Load docgen.toml from project_root. Missing file → SiteConfig::default()
(not an error). Present-but-malformed → Err.