Skip to content

Scalefast/typedoc-scalefast-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scalefast Theme for TypeDoc

TypeDoc documentation application theme customized for Scalefast company.

Install

npm i --save-dev typedoc-scalefast-theme

Usage

Add a new option to the typedoc command to specify the package path.

npx typedoc --theme ./node_modules/typedoc-scalefast-theme/src

Or add the subject in the typedoc.json file.

{
  "theme": "./node_modules/typedoc-scalefast-theme/src",
}

Dependencies

  • typedoc
  • typescript
  • typedoc-plugin-extras
  • typedoc-plugin-pages
  • @types/lunr

Contributing

We are open to making changes to the theme as long as it fits the company's styles and adjustments that provide flexibility.

If by any chance the default theme created does not work and you want to use something very different, you will have to consider creating another repository and expand the existing one to support several themes.

License

Copyright (c) 2021 Scalefast.
Licensed under the GNU General Public License v3.0.

About

A custom typedoc theme

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published