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

https://github.com/jjwesterkamp/typedoc-theme

The Typedoc theme that I use for my projects.
https://github.com/jjwesterkamp/typedoc-theme

color-theme documentation nord theme typedoc

Last synced: 8 months ago
JSON representation

The Typedoc theme that I use for my projects.

Awesome Lists containing this project

README

          

# @jjwesterkamp/typedoc-theme

The [Typedoc] theme that I use for my projects. You can find examples here:

- [lambda-dom documentation](https://jjwesterkamp.github.io/lambda-dom)
- [event-delegation documentation](https://jjwesterkamp.github.io/event-delegation)

## Usage

```
npm install --save-dev @jjwesterkamp/typedoc-theme
```

Add the theme to your `typedoc.json` file. This theme is optimized for the _nord_ highlight theme, so it's recommended to add that too:

```json
{
"theme": "./node_modules/@jjwesterkamp/typedoc-theme",
"highlightTheme": "nord"
}
```

## License

The MIT License (MIT). See [license file] for more information.

[Typedoc]: https://typedoc.org/
[license file]: https://github.com/JJWesterkamp/lambda-dom/blob/master/LICENSE