A plugin for TypeDoc that adds page headings to document files.
A basic example is available at https://mrfigg.github.io/typedoc-plugin-document-page-headings.
$ npm install -D typedoc-plugin-document-page-headings
The following options are added to TypeDoc when the plugin is installed:
Option | Type | Default | Description |
---|---|---|---|
omitDocumentTypeInPageHeadings | boolean | false |
When set the "Document" type will be omitted from page headings. |