Rename Documents - v2.0.1
    Preparing search index...

    Rename Documents

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

    A plugin for TypeDoc that renames documents without a yaml frontmatter section.

    npm install -D typedoc-plugin-rename-documents
    

    The EXAMPLE document will be renamed from "EXAMPLE" to "EXAMPLE (Renamed)".

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

    Option Type Default Description
    renameDocuments Record<string, string> {} A mapping of document files to be renamed. The key is the path to the document file and the value is the new name.

    Check out my other plugins here.