Skip to content

eidng8/typedoc-dark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

typedoc-dark

A dark theme for typedoc.

Usage

Add the follow config to tsconfig.json, or anything equivalent:

{
  "typedocOptions": {
    "theme": "node_modules/g8-typedoc-dark/default/"
  }
}

There is also a wide theme that take full width of the page.

{
  "typedocOptions": {
    "theme": "node_modules/g8-typedoc-dark/wide/"
  }
}

Releases

No releases published

Packages

No packages published