[][src]Function mdbook_linkcheck::run

pub fn run(
    cache_file: &Path,
    colour: ColorChoice,
    ctx: &RenderContext,
    selected_files: Option<Vec<String>>
) -> Result<(), Error>

Run the link checking pipeline.

If selected_files is Some, then links in the given list of files are checked, rather than checking links in all files.