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

https://github.com/simplyhexagonal/typedoc-plugin-script-inject

Typedoc Plugin for adding external Javascript to docs output
https://github.com/simplyhexagonal/typedoc-plugin-script-inject

Last synced: about 1 year ago
JSON representation

Typedoc Plugin for adding external Javascript to docs output

Awesome Lists containing this project

README

          

# Typedoc Plugin Script Inject

Adds script tag with src pointing to the javascript file of your choice:

```json
{
"scriptSrc": "https://example.com/your.script.js"
}
```