Skip to content

hanreev/typedoc-dash-theme

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dash theme for TypeDoc

This module contains the Dash theme of TypeDoc.

Generating docs

Two easy steps:

  • Add this module to your TypeScript project:

      $ npm install --dev typedoc-dash-theme typedoc
    
  • Generate the doc:

      $ TYPEDOC_DASH_ICONS_PATH=path/to/icons/ grunt typedoc \
          --theme node_modules/typedoc-dash-theme/bin \
          --out <path/to/MyProject.docset>
    

Configuration

Configuration is passed via environment variables:

  • TYPEDOC_DASH_ICONS_PATH -- the path to a directory with icon.png (16x16) and [email protected] (32x32). Either one or both of these images will be copied to the docset and appear as normal and retina screen icons.

Contributing

Contributions are welcome and appreciated.

License

Copyright (c) 2016 Aleksey Gureiev.
Licensed under the Apache License 2.0.

About

TypeDoc theme for Dash

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 50.5%
  • HTML 21.1%
  • JavaScript 14.8%
  • TypeScript 13.6%