Skip to content

VersionsOptions

type VersionsOptions =
    {
        Versions: SiteVersion list
        ManifestPath: string
        ShowOutdatedNotice: bool
    }
AssemblyNacara.Plugin.Versions

Options of the versions plugin.

Fields

Versions: SiteVersion list
ManifestPath: string

Where the manifest is written, relative to the output directory.

ShowOutdatedNotice: bool

Show a notice at the top of every page of an older version.