pub fn get_article(
config: &BatchConfig,
version: &str,
) -> Result<ArticleConfig, String>Expand description
Get article configuration by version/id.
Merges defaults with the specific article configuration.
ยงErrors
Returns an error if the version is not found.