Skip to content
This repository has been archived by the owner on Sep 12, 2021. It is now read-only.

Shane4368/typedoc-selectable-themes

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published