
Security News
AGENTS.md Gains Traction as an Open Format for AI Coding Agents
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
@yookue/typedoc-theme-dumi
Advanced tools
Dumi theme for typedoc, maybe the most beautiful typedoc theme on Mars
š Dumi theme for typedoc, maybe the most beautiful typedoc theme on Mars š
ā Look and feel just like dumi
ā Supports extra logo image
ā Supports extra logo title
ā Supports specifying targets of the navigation links
ā Supports specifying targets of the sidebar links
ā Supports preventing the interaction of the modules link
ā Supports hiding the content title from the index page
ā Supports specifying alignment of the footer
š¼ļø The live example of this theme is here: https://yookue.github.io/typedoc-theme-dumi
You can install this package in your typescript project as follows:
$ npm install @yookue/typedoc-theme-dumi --save-dev
Enjoy your coding journey with typedoc-theme-dumi
āļø
$ typedoc [TARGET] --plugin @yookue/typedoc-theme-dumi --theme dumi
typedoc.json
{
"plugin": [
"@yookue/typedoc-theme-dumi"
],
"theme": "dumi"
}
Here are the available options, could be used in typedoc.json
:
Option Name | Value Type | Description |
---|---|---|
logoImage | string | The logo image source |
logoWidth | number | The logo image width, in px |
logoHeight | number | The logo image height, in px |
logoTitle | string | The caption for the logo, could be different from the project name, NOT the tip |
navigationLinkTargets | Record<string, string> | The targets of the navigation links, key is the label of navigationLinks prop |
sidebarLinkTargets | Record<string, string> | The targets of the sidebar links, key is the label of sidebarLinks prop |
preventModulesLink | boolean | Whether to prevent the interaction of the modules link |
hideIndexContentTitle | boolean | Whether to hide the content title from the index page |
footerAlign | string | The alignment of the footer, the available values are left , center , right |
Here are the associated versions with this package:
typedoc-theme-dumi | Typedoc | Typescript |
---|---|---|
v0.1.x | v0.25.x | >= v4.0 |
v0.2.x | v0.26.x | >= v5.0 |
v0.3.x | v0.27.x | >= v5.0 |
v0.4.x | v0.28.x | >= v5.0 |
typedoc: https://typedoc.org
dumi: https://d.umijs.org
This project is under the MIT License.
Beijing Yookue Network Technology Ltd.
FAQs
Dumi theme for typedoc, maybe the most beautiful typedoc theme on Mars
The npm package @yookue/typedoc-theme-dumi receives a total of 24 weekly downloads. As such, @yookue/typedoc-theme-dumi popularity was classified as not popular.
We found that @yookue/typedoc-theme-dumi demonstrated a healthy version release cadence and project activity because the last version was released less than 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.
Security News
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.