
Research
/Security News
Shai Hulud Strikes Again (v2)
Another wave of Shai-Hulud campaign has hit npm with more than 500 packages and 700+ versions affected.
@yookue/typedoc-raw-content
Advanced tools
Generates extra raw html contents during Typedoc compilation
🏅 Generates extra raw html contents during Typedoc compilation 👍
âś… Support hooking head.begin event
âś… Support hooking head.end event
âś… Support hooking body.begin event
âś… Support hooking body.end event
âś… Support hooking content.begin event
âś… Support hooking content.end event
âś… Support hooking sidebar.begin event
âś… Support hooking sidebar.end event
âś… Support hooking pageSidebar.begin event
âś… Support hooking pageSidebar.end event
âś… Support hooking footer.begin event
âś… Support hooking footer.end event
You can install this package in your typescript project as follows:
$ npm install @yookue/typedoc-raw-content --save-dev
Enjoy your coding journey with typedoc-raw-content. ✌️
$ typedoc [TARGET] --plugin @yookue/typedoc-raw-content
typedoc.json{
"plugin": [
"@yookue/typedoc-raw-content"
]
}
Here are the available options, specified them in typedoc.json:
| Render Event | Option Name | Value Type |
|---|---|---|
| head.begin | rawHeadBegins | string[] |
| head.end | rawHeadEnds | string[] |
| body.begin | rawBodyBegins | string[] |
| body.end | rawBodyEnds | string[] |
| content.begin | rawContentBegins | string[] |
| content.end | rawContentEnds | string[] |
| sidebar.begin | rawSidebarBegins | string[] |
| sidebar.end | rawSidebarEnds | string[] |
| pageSidebar.begin | rawPageSidebarBegins | string[] |
| pageSidebar.end | rawPageSidebarEnds | string[] |
| footer.begin | rawFooterBegins | string[] |
| footer.end | rawFooterEnds | string[] |
Take rawFooterEnds option as an example in typedoc.json:
{
"hideGenerator": true,
"rawFooterEnds": [
"<div style='text-align: center'>Copyright © 2024 Yookue Ltd. All rights reserved</div>"
]
}
Other options are all the same as the sample above.
This project is under the MIT License.
FAQs
Generates extra raw html contents during Typedoc compilation
The npm package @yookue/typedoc-raw-content receives a total of 0 weekly downloads. As such, @yookue/typedoc-raw-content popularity was classified as not popular.
We found that @yookue/typedoc-raw-content demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
Another wave of Shai-Hulud campaign has hit npm with more than 500 packages and 700+ versions affected.

Product
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

Security News
ENISA has become a CVE Program Root, giving the EU a central authority for coordinating vulnerability reporting, disclosure, and cross-border response.