Skip to content

Interface: ResolvedOxContentApiDocsOptions

API docs options after defaults are applied and all paths are normalized.

Extends

Signature

ts
export interface ResolvedOxContentApiDocsOptions extends Omit<
  OxContentApiDocsOptions,
  'root' | 'tsconfig' | 'entryPoints' | 'outDir' | 'extraction' | 'nav'
>

Properties

NameTypeDescription
entryPointsJsEntryPointSpec[]Entry point specs with paths resolved to absolute filesystem paths.
extractionResolvedOxContentExtractionOptionsExtraction options with defaults applied and external package paths resolved.
navRequired<Pick<VitePressNavOptions, 'enabled' | 'insert' | 'virtualModule'>> & Omit<VitePressNavOptions, 'enabled' | 'insert' | 'virtualModule'>VitePress navigation options with default integration settings applied.
outDirstringAbsolute output directory for generated markdown and optional artifacts.
rootstringAbsolute project root used as the base for all relative inputs.
tsconfig (optional)stringAbsolute TypeScript configuration path, when configured. Default: undefined