🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

typedoc-storybook-theme

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typedoc-storybook-theme

A plugin for TypeDoc that enables TypeScript API documentation to be generated in Markdown and integrated within Storybook.

0.0.4
latest
Source
npm
Version published
Weekly downloads
75
59.57%
Maintainers
1
Weekly downloads
 
Created
Source

typedoc-storybook-theme

TypeDoc theme to create technical documentation integrated within Storybook.

Description

This theme will generate *.stories.mdx files from your documentation and add the <Meta title='typedoc-path/filename' /> tag to every file.

It's mainly an enhancement of (typedoc-plugin-markdown)[https://github.com/tgreyuk/typedoc-plugin-markdown]

Usage

  typedoc --plugin typedoc-storybook-theme --theme storybook --storybookPath \"typedoc/my-doc\"

Option storybookPath defines the path under which the doc will be displayed in Storybook.

Ensure that the docs are loaded by Storybook by adjusting the main.js stories property.

Dependencies

Currently only typedoc > 0.23.0 is supported.

FAQs

Package last updated on 09 Dec 2022

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