typedoc2md / typedoc-plugin-markdown

A plugin for TypeDoc that enables TypeScript API documentation to be generated in Markdown.
https://typedoc-plugin-markdown.org
MIT License
714 stars 176 forks source link

Hugo theme can not be loaded #430

Closed ManuelRauber closed 1 year ago

ManuelRauber commented 1 year ago

Hi!

I followed the instructions for the Hugo theme to install it:

npm install typedoc typedoc-plugin-markdown typedoc-hugo-theme --save-dev

When trying to build:

npx typedoc --theme hugo

I the get following error:

[error] The theme 'hugo' is not defined. The available themes are: default
[error] Documentation could not be generated due to the errors above.

Versions from package.json:

    "typedoc": "~0.24.7",
    "typedoc-hugo-theme": "~1.0.0",
    "typedoc-plugin-markdown": "~3.15.3",

Any idea whats going wrong?

ManuelRauber commented 1 year ago

I have a custom bootstrap in gulp and I needed to use bootstrapWithPlugins instead of bootstrap... :)