pub fn get_or_create_docs_path(
source_file: &Path,
) -> Result<String, ConfigError>Expand description
Gets or creates the docs-path configuration
If the docs-path is not set in Cargo.toml, this function will append the default configuration and return “docs”.