Open vic-lsh opened 3 years ago
Hey @vic-lee,
Sorry you're having an issue using the plugin. Are there any errors when you execute TypeDoc or are the files just missing?
Off the top of my head, I'm not 100% sure what might be going on. typedoc-plugin-extras
doesn't seem like it would cause any issues, based on the plugin description, but typedoc-plugin-monorepo
might warrant a little more investigation. Have you tried executing typedoc without either of these plugins?
Hi @mipatterson,
Thanks for your suggestion. I removed typedoc-plugin-monorepo
and there was no longer an issue. However, this plugin is crucial to my workflow so I can't have it easily removed.
I'm seeing this error when this plugin is running with typedoc-plugin-monorepo
:
model.kindOf is not a function
I'm not sure if the error source is from this plugin or from typedoc-plugin-monorepo
. Do you have any idea about where this error is coming from?
Thanks.
context
issue
When I follow the 'getting started' tutorial, I expected a 'pages' folder to be created in my documentation dist folder. But I could not find this folder in the output.
These are the steps I took in my own project. They're the same as what's listed under 'getting started':
<project-root>/documentation/sample/sample-page.md
pagesconfig.json
other steps
I have also tried to generate docs in this repository, to see if a 'pages' folder was generated. Unlike the committed version, I did not see any 'pages' folder either.
These are the commands I ran:
Any help on this issue is much appreciated!