Shane4368 / typedoc-selectable-themes

Selectable themes for TypeDoc based on typedoc-default-themes@0.12.10

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

typedoc-selectable-themes

Custom themes for TypeDoc that can be selected from the toolbar. See preview in this repository.

Setup

# Install as dev dependency
npm install --save-dev shane4368/typedoc-selectable-themes

CLI

# Use default theme
typedoc --options typedoc.json --theme node_modules/typedoc-selectable-themes/bin/default

# Use minimal theme
typedoc --options typedoc.json --theme node_modules/typedoc-selectable-themes/bin/minimal

typedoc.json

{
    "theme": "node_modules/typedoc-selectable-themes/bin/default",
    "highlightTheme": "material-ocean"
}

Contributing

Contributions are welcome and appreciated. You can find TypeDoc on GitHub, feel free to start an issue or create a pull requests:
https://github.com/TypeStrong/typedoc

To use a local build of this project, run the npm pack command in this directory. Then in the project where you want to use your local build run npm install ../path/to/typedoc-default-themes-VERSION.tgz

License

Copyright (c) 2015 Sebastian Lenz.
Copyright (c) 2016-2020 TypeDoc Contributors.
Licensed under the Apache License 2.0.

About

Selectable themes for TypeDoc based on typedoc-default-themes@0.12.10

License:Apache License 2.0


Languages

Language:TypeScript 37.1%Language:Sass 34.5%Language:Handlebars 12.1%Language:SCSS 9.2%Language:JavaScript 7.1%