typedoc-plugin-cname
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

CNAME file configuration for typedoc

License Coverage Size Version

Github pages uses a CNAME file at the root of the docs directory and typedoc will remove the it when regenerating docs. typedoc-plugin-cname allows for a CNAME host to be configured and added to the output directory.

Installation

npm install -D typedoc typedoc-plugin-cname

Usage

This plugin adds the cname option which can be used to set a hostname.

CLI

npx tsdoc --plugin typedoc-plugin-cname --cname <host> <entryPoint>

Config file

// typedoc.json
{
  // ...
  "cname": "<host>"
}

Package Sidebar

Install

npm i typedoc-plugin-cname

Weekly Downloads

387

Version

1.0.1

License

MIT

Unpacked Size

4.42 kB

Total Files

5

Last publish

Collaborators

  • josh_stern