FsLiveDocsNamespace
FsLiveDocs API
FsLiveDocs is split into four packages with explicit responsibilities.
FsLiveDocs.Coreowns persisted models, discovery, content, extraction, history, and capsules.FsLiveDocs.Runnerowns compiler evaluation, semantic extraction, transcript execution, and generated verification.FsLiveDocs.Rendererconverts renderer-neutral models into the current static site.FsLiveDocs.Clicoordinates user commands and release workflows.
Start with FsLiveDocs.Core when you integrate models or content.
Use FsLiveDocs.Runner for verification and semantic analysis.
Use FsLiveDocs.Renderer for site generation.