types.ts
SsgOptions
interface
SSG (Static Site Generation) options.
ResolvedSsgOptions
interface
Resolved SSG options.
OxContentOptions
interface
Plugin options.
ResolvedOptions
interface
Resolved options with all defaults applied.
OgImageOptions
interface
OG image generation options.
MarkdownTransformer
interface
Custom AST transformer.
TransformContext
interface
Transform context passed to transformers.
MarkdownNode
interface
Markdown AST node (simplified for TypeScript).
TransformResult
interface
Transform result.
TocEntry
interface
Table of contents entry.
DocsOptions
interface
Options for source documentation generation.
ResolvedDocsOptions
interface
Resolved docs options with all defaults applied.
DocEntry
interface
A single documentation entry extracted from source.
ParamDoc
interface
Parameter documentation.
ReturnDoc
interface
Return type documentation.
ExtractedDocs
interface
Extracted documentation for a single file.
NavItem
interface
Navigation item for sidebar navigation.
SearchOptions
interface
Options for full-text search.
ResolvedSearchOptions
interface
Resolved search options.
SearchDocument
interface
Search document structure.
SearchResult
interface
Search result structure.