DiFuks / typedoc-theme-hierarchy

Hierarchy theme for typedoc
MIT License
18 stars 5 forks source link

no doc generated #19

Closed gitawego closed 1 year ago

gitawego commented 1 year ago

I'm using

config:

{
  "$schema": "https://typedoc.org/schema.json",
  "entryPoints": [
    "src"
  ],
  "exclude": [
    "**/node_modules/**/*.*",
    "**/dist/**/*.*",
    "**/*+(test|tests|spec).ts",
    "**/*+(test|tests|spec).tsx"
  ],
  "out": "docs",
  "sort": [
    "static-first",
    "kind",
    "enum-value-ascending"
  ],
  "entryPointStrategy": "expand",
  "plugin": [
    "typedoc-theme-hierarchy"
  ],
  "theme": "hierarchy",
  "includeVersion": true
}

I got an empty folder, without error:

image

gitawego commented 1 year ago

I just noticed if the plugin is installed globally, it doesn't work