typedoc-just-the-docs-theme
v0.0.1
Published
An extension of the default theme from typedoc-plugin-markdown to create a compatible just-the-docs markdown.
Maintainers
Readme
typedoc-just-the-docs-theme
This theme is made to work with the jekyll theme just-the-docs. It also requires typedoc-plugin-markdown to work.
Supports TypeDoc 0.22.x
What is does?
Note this theme was not extensively tested and was made to cover a single use case.- Generates github well organized path directory
- Append on each markdown page a
YML front matterwith specifies fromjust-the-docs.
Requirements
Usage
npm install typedoc-just-the-docs-theme --save-devOn typedoc.json file.
{
"theme": "just-the-docs"
}Road map
- [ ] Add tests
