1.0.7 • Published 3 years ago

suika-docs-theme v1.0.7

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

A typedoc theme for Suika documentation.

installation

To install the theme you can use a package manager like npm yarn or pnpm

npm i -D typedoc@0.24.5 suika-docs-theme@latest

Usage

To use the theme using the cli you can pass these arguments.

typedoc --plugin suika-docs-theme --theme my-theme

Or make a json config and pass the config path to the cli instead.

typedoc --options typedoc.json
{
  "$schema": "https://typedoc.org/schema.json",
  "entryPoints": ["./src/index.ts"],
  "out": "docs",
  "exclude": ["**/node_modules/**"],
  "plugin": ["suika-docs-theme"],
  "theme": "suika-theme"
}
1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago