Version Header - v2.0.1
    Preparing search index...

    Version Header

    NPM License NPM Version NPM dev or peer Dependency Version GitHub Issues by label

    A plugin for TypeDoc that makes the project's version appear only in the page header in the default theme.

    npm install -D typedoc-plugin-version-header
    

    The version number appears only in the page header above, and not in the sidebar.

    The following options are added to TypeDoc when the plugin is installed:

    Option Type Default Description
    versionHeaderFormat string "v{{version}}" The format of the version number in the header. Use {{version}} to insert the full version number, or {{major}}/{{minor}}/{{patch}} to insert individual parts of the version number. If {{name}} is used, it will be replaced with the project's name and the versionHeaderFormat will be applied to the entire header link.

    Check out my other plugins here.