New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@yookue/typedoc-plugin-raw-content

Package Overview
Dependencies
Maintainers
0
Versions
11
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.1.7
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
0
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

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

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

License

This project is under the MIT License.

Website

Keywords

FAQs

Package last updated on 14 Nov 2024

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

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc