Interface versionsOptions

User defined options under the key of versions in typedoc.json

Hierarchy

  • versionsOptions

Properties

dev?: "auto" | `v${string}`

The version that you would like to be marked as dev Defaults to the latest patch version of the version being built

domLocation?: "false" | validLocation

A custom DOM location to render the HTML select dropdown corresponding to typedoc render hooks Default: Injects to left of header using vanilla js - not a typedoc render hook.

makeRelativeLinks?: boolean
packageFile?: string
stable?: "auto" | `v${string}`

The minor version that you would like to be marked as stable Defaults to the latest patch version of the version being built

Generated using TypeDoc