pub const DOCS_URL_DEFAULT: &str = "https://jcreinhold.github.io/mdwright";Expand description
Published base URL of the mdwright documentation site.
Used by the JSON v2 emitter to fill the rule.url field and by
mdwright explain to print a See: <url> cross-link. Override
with the MDWRIGHT_DOCS_URL environment variable when previewing
the site locally (e.g. mdbook serve on http://localhost:3000).