Socket
Book a DemoInstallSign in
Socket

@yookue/typedoc-plugin-raw-content

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@yookue/typedoc-plugin-raw-content

Generates extra raw html contents during typedoc compilation

0.3.0
latest
Source
npmnpm
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
Ā 
Created
Source

@yookue/typedoc-plugin-raw-content

NPM version Software License NPM downloads

šŸ… Generates extra raw html contents during typedoc compilation šŸ‘

Features

āœ… 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

āœ… Support hooking comment.beforeTags event

āœ… Support hooking comment.afterTags event

Quickstart

You can install this package in your typescript project as follows:

$ npm install @yookue/typedoc-plugin-raw-content --save-dev

Enjoy your coding journey with typedoc-plugin-raw-content āœŒļø

Usage

  • Using in command line
$ typedoc [TARGET] --plugin @yookue/typedoc-plugin-raw-content
  • Using in typedoc.json
{
    "plugin": [
        "@yookue/typedoc-plugin-raw-content"
    ]
}

Options

Here are the available options, specified them in typedoc.json:

Option NameValue TypeRender Event
rawHeadBeginsstring[]head.begin
rawHeadEndsstring[]head.end
rawBodyBeginsstring[]body.begin
rawBodyEndsstring[]body.end
rawContentBeginsstring[]content.begin
rawContentEndsstring[]content.end
rawSidebarBeginsstring[]sidebar.begin
rawSidebarEndsstring[]sidebar.end
rawPageSidebarBeginsstring[]pageSidebar.begin
rawPageSidebarEndsstring[]pageSidebar.end
rawFooterBeginsstring[]footer.begin
rawFooterEndsstring[]footer.end
rawCommentBeforeTagsstring[]comment.beforeTags
rawCommentAfterTagsstring[]comment.afterTags

Example

Take rawFooterEnds option as an example in typedoc.json:

{
    "hideGenerator": true,
    "rawFooterEnds": [
        "<div style='text-align: center'>Copyright &copy; 2024 Yookue Ltd. All rights reserved</div>"
    ]
}

Other options are all similar to the sample above.

Document

Beijing Yookue Network Technology Ltd.

License

This project is under the MIT License.

Website

Keywords

typedoc

FAQs

Package last updated on 07 Apr 2025

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with āš”ļø by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.