Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@yookue/typedoc-theme-dumi

Package Overview
Dependencies
Maintainers
0
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@yookue/typedoc-theme-dumi

Dumi theme for typedoc, maybe the most beautiful typedoc theme on Mars

  • 0.1.4
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

@yookue/typedoc-theme-dumi

NPM version Software License NPM downloads

🏅 Dumi theme for typedoc, maybe the most beautiful typedoc theme on Mars 😁

Features

✅ 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

Demo

🖼️ The live example of this theme is here: https://yookue.github.io/typedoc-theme-dumi

Snapshot

snapshot

Quickstart

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 ✌️

Usage

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

Options

Here are the available options, could be used in typedoc.json:

Option NameValue TypeDescription
logoImagestringThe logo image source
logoWidthnumberThe logo image width, in px
logoHeightnumberThe logo image height, in px
logoTitlestringThe caption for the logo, could be different from the project name, NOT the tip
navigationLinkTargetsRecord<string, string>The targets of the navigation links, key is the label of navigationLinks prop
sidebarLinkTargetsRecord<string, string>The targets of the sidebar links, key is the label of sidebarLinks prop
preventModulesLinkbooleanWhether to prevent the interaction of the modules link
hideIndexContentTitlebooleanWhether to hide the content title from the index page
footerAlignstringThe alignment of the footer, the available values are left, center, right

Document

Thanks

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