@eryxdoc/render/links Module

Link and anchor resolution for documentation cross-references. Pure functions that resolve wiki-style links and type references to URLs.

API Reference

Types

ResolvedWikiLink

type ResolvedWikiLink = { href: string, kind: "article" | "module" | "class" | "type" | "function" | "member", module: modules.ModuleInfo?, article: any?, symbolName: string?, ownerName: string? }
href: string
kind: "article" | "module" | "class" | "type" | "function" | "member"
module: modules.ModuleInfo?
article: any?
symbolName: string?
ownerName: string?