Skip to main content

load

Function load 

Source
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.