1.0.0 • Published 10 months ago

typedoc-plugin-rename-documents v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

typedoc-plugin-rename-documents

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

Example

A basic example is available at https://mrfigg.github.io/typedoc-plugin-rename-documents.

Installation

$ npm install -D typedoc-plugin-rename-documents

Options

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

OptionTypeDefaultDescription
renameDocumentsRecord<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.