fn document_dependency_keys(
project: ProjectInstanceId,
facts: &BTreeMap<String, Cow<'_, MarkdownFacts>>,
) -> Result<BTreeSet<CanonicalResolutionKey>, CliError>Expand description
Return all exact path and heading keys that can affect staged document relations.