An open API service indexing awesome lists of open source software.

https://github.com/tanepiper/typedoc-plugin-ghpages-cname

A Typedoc Plugin for adding a CNAME file for Github Docs
https://github.com/tanepiper/typedoc-plugin-ghpages-cname

cname github-pages typedoc typedoc-plugin typedocplugin typedocs typescript

Last synced: about 1 year ago
JSON representation

A Typedoc Plugin for adding a CNAME file for Github Docs

Awesome Lists containing this project

README

          

# Typedoc Github Pages CNAME

This [Typedoc](https://typedoc.org) 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:

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