A plugin for TypeDoc that adds a Github widget to the header.
$ npm install -D typedoc-plugin-github-widget
The following options are added to TypeDoc when the plugin is installed:
| Option | Type | Default | Description |
|---|---|---|---|
| githubWidgetUrl | string | undefined |
The URL of the Github repository. If not specified, it will be inferred from the project's package.json file. |
| githubWidgetTarget | string | "_blank" |
The target attribute for the Github widget link. |