pub fn check_links(ctx: &RenderContext) -> Result<(), Error>
Expand description

The main entrypoint for this crate.

If there were any broken links then you’ll be able to downcast the Error returned into BrokenLinks.