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
- Host: GitHub
- URL: https://github.com/simplyhexagonal/typedoc-plugin-script-inject
- Owner: simplyhexagonal
- Created: 2023-08-25T23:20:15.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-29T21:14:02.000Z (about 2 years ago)
- Last Synced: 2025-04-27T03:33:05.024Z (about 1 year ago)
- Language: JavaScript
- Size: 24.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"
}
```