1.0.7 • Published 2 years ago

suika-docs-theme v1.0.7

Weekly downloads
-
License
MIT
Repository
-
Last release
2 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

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago