typedoc-dash-theme

Dash theme for TypeDoc.

Usage no npm install needed!

<script type="module">
  import typedocDashTheme from 'https://cdn.skypack.dev/typedoc-dash-theme';
</script>

README

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:

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

Contributing

Contributions are welcome and appreciated.

License

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