How to configure multi outputs? #787
-
Hi, im trying to setup typedoc so that it generates the default HTML pages and additionally the Markdown for the Github-Wiki. {
"entryPoints": ["./src"],
"entryPointStrategy": "expand",
"plugin": ["typedoc-plugin-markdown", "typedoc-github-wiki-theme"],
"outputs": [
{
"name": "html",
"path": "./docs/html"
},
{
// requires typedoc-plugin-markdown
"name": "markdown",
"path": "./docs/markdown"
}
]
} But when i run typedoc i always get:
When i exclude the markdown object from the outputs and the plugin key, it works as expected and generates the html. As soon as i add this plugin i get the errors.
But i still get the same errors. I tested this with a fresh |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Ok thanks -this looks like a bug - tracking it here #788 |
Beta Was this translation helpful? Give feedback.
-
Fixed in [email protected] |
Beta Was this translation helpful? Give feedback.
Fixed in [email protected]