API Reference
Acme.Docs
FsLiveDocs
FsLiveDocs.Core
Core
Namespace# FsLiveDocs.Core `FsLiveDocs.Core` owns the stable domain and persisted artifact boundary.
ContentProvider
Module# ContentProvider `ContentProvider` loads Markdown, parses page metadata, expands transclusions, resolves semantic references, validates links, and copies documentation assets.
DocScenarioSamples
ModuleNo description available.
Documentation
ModuleHelpers for constructing and consuming renderer-neutral documentation.
DocumentationDiscovery
ModuleCanonical discovery of expanded documentation code.
FenceMatch
RecordOne fenced code block found by scanning for fence delimiters at the top nesting level.
ExampleTranscript
ModuleNo description available.
Parsed
RecordNo description available.
History
ModuleLoads and verifies immutable inputs for a multi-version documentation build.
ReleaseCapsule
ModuleCreates, validates, inspects, and extracts deterministic release capsules.
SemanticCode
ModuleBuild-time semantic formatting for F# code embedded in documentation pages.
Options
RecordNo description available.
Serialization
ModuleNo description available.
SourceParameters
ModuleRecovers how the source actually wrote each parameter, for parameters the compiler's typed view cannot name.
SymbolLister
Module# SymbolLister `SymbolLister` extracts public symbols and XML documentation from built F# projects.
TranscriptSamples
ModuleNo description available.
ApiDiagnostic
RecordA quality problem found in the documented API itself, reported against the source that declares it.
ApiModelArtifact
RecordVersioned, schema-tagged API model stored as a release artifact.
CompilationUnit
RecordA synthetic script checked in one evaluated project context.
ContentMetadata
RecordMetadata extracted from Markdown frontmatter.
ContentPage
RecordA processed documentation page.
DocumentationBlock
RecordOne expanded F# block shared by verification, extraction, and rendering.
DocumentationBlockMode
UnionThe author-selected checking and execution policy for an F# block.
DocumentationBlockOrigin
UnionWhere a documentation block was authored before deterministic expansion.
DocumentationNode
RecordAn FsLiveDocs-owned API documentation node persisted without presentation markup.
DocumentationNodeKind
UnionThe renderer-neutral meaning of one API documentation node.
EntityKind
UnionThe domain kind for a documented API entity.
EntityModel
RecordRepresents an F# entity (Module, Type, Interface, etc.).
ExampleModel
RecordRepresents an executable code example extracted from documentation.
ExampleSnapshotModel
RecordRepresents the evaluated result of a documentation example.
ExampleStatus
UnionThe evaluation status for a documentation example.
FSharpListConverter
TypeNo description available.
FSharpOptionConverter
TypeNo description available.
FSharpUnionConverter
TypeNo description available.
GeneratedVerificationAction
UnionThe action owned by one stable generated verification case.
GeneratedVerificationCase
RecordA self-contained case consumed through the single generated-verification runner interface.
HistoryEntry
RecordOne immutable API model and tagged documentation source in a history build.
HistoryManifest
RecordLocal build manifest materialized from a repository's durable release history.
MemberModel
RecordRepresents a member (function, value, or method) of an F# entity.
NavigationItem
RecordBuild-time configuration for the generated documentation site.
PackageInfo
RecordThe root model representing a documented package or solution.
PackageModel
RecordThe root model representing a documented package or solution.
ParameterModel
RecordRepresents a parameter of a function or method.
ProjectSnapshotModel
RecordRepresents the snapshot payload for one project.
ReleaseAsset
RecordOne non-Markdown file stored in the release capsule.
ReleaseCapsuleManifest
RecordThe self-contained, immutable input to a future history render.
ReleaseCapsuleReport
RecordSummary returned after a release capsule is written or inspected.
ReleaseCaptureCounts
RecordInventory counts that make release capture observable without opening the capsule.
ReleaseComponent
RecordIntegrity metadata for one component inside a release capsule.
ReleaseContentArtifact
RecordRenderer-neutral documentation content for one release.
ReleaseContentPage
RecordOne canonical Markdown page captured for a documentation release.
ReleaseHistoryEntry
RecordOne immutable capsule referenced by a history index.
ReleaseHistoryIndex
RecordA concise local history index for complete release capsules.
ResolvedProject
RecordResolved project paths and namespace information used by the doc-test runner.
ScenarioModel
RecordRepresents a setup scenario for a DocTest.
SemanticCodeBlock
RecordNo description available.
SemanticDiagnostic
RecordNo description available.
SemanticDiagnosticSeverity
UnionNo description available.
SemanticDocumentationArtifact
RecordNo description available.
SemanticLine
RecordNo description available.
SemanticPage
RecordNo description available.
SemanticToken
RecordNo description available.
SemanticTokenKind
UnionRenderer-neutral semantic classification persisted for a documentation release.
SemanticTooltip
RecordNo description available.
SemanticTooltipSection
RecordNo description available.
SiteConfig
RecordBuild-time configuration for the generated documentation site.
SourceLink
RecordRepresents a link to a specific line in a source file.
VerificationCase
UnionA deterministic action exposed to generated documentation tests.
FsLiveDocs.Renderer
Renderer
Namespace# FsLiveDocs.Renderer `FsLiveDocs.Renderer` owns generated presentation.
Presentation
ModuleShared HTML shaping helpers for renderer pages and cards.
SiteBuilder
Module# SiteBuilder `SiteBuilder` renders guide pages, API pages, the API index, version navigation, and `llms.txt`.
SiteBuildContext
RecordShared inputs for building the generated site.
SiteRenderContext
RecordShared inputs for rendering a documentation page.
Url
ModuleCentralized URL and path resolution helpers.
View
ModuleContains the view components and layout templates for the documentation site.
FsLiveDocs.Runner
Runner
Namespace# FsLiveDocs.Runner `FsLiveDocs.Runner` owns compiler and execution behavior.
DocTestRunner
Module# DocTestRunner `DocTestRunner` supports named XML documentation snapshots.
DocumentationCompiler
ModuleEvaluates the real MSBuild project and checks canonical documentation compilation units with FCS.
FsiTranscriptRunner
ModuleRuns FSI transcripts and formats the resulting output.
DocTestExecutionContext
RecordNo description available.
GeneratedVerification
ModuleThe single stable execution boundary used by generated xUnit cases.
ProjectResolver
ModuleResolves source projects and built assemblies for doc-test execution.
SemanticExtractor
ModuleConverts compiler symbols immediately into renderer-neutral FsLiveDocs records.
CheckedCompilationUnit
RecordNo description available.
CompilationSourceRange
RecordNo description available.
EvaluatedProject
RecordNo description available.
MappedCompilerDiagnostic
RecordNo description available.