tanepiper / typedoc-plugin-ghpages-cname

A Typedoc Plugin for adding a CNAME file for Github Docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Typedoc Github Pages CNAME

This Typedoc plugin generates a CNAME file inside your docs directory for Github Pages each time you generate new docs

To use, include the following in your typedoc.json config:

{
    "name": "My Docs",
    "out": "docs",
    "cname": "mysite.rocks"
}

About

A Typedoc Plugin for adding a CNAME file for Github Docs

License:MIT License


Languages

Language:TypeScript 100.0%