-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot find resource markdown-page.hbs
#15
Comments
The If that file is indeed there, then I suspect that the root cause could be a cross-platform issue. I can see from the screenshot that you are on a Mac. I developed the plugin on my Windows machine. I will try to reproduce this issue on my Mac, when I get a chance. If I see the issue there, I should be able to get a fix in. |
I have it inside the folder. Yes, I'm on MacOS. Okay, I'll wait for updates. Thank you again. 😄 |
Hi, are there any updates? I'd like to look into the issue too, but I don't know where to start. 😄🤔 |
Hello I have a similar problem with the markdown plugin here is the output
this are my settings inside tsconfig.json (altro tried using a separate pagesconfig.json)
|
Reproduceavble with typedoc 0.17.7 on Windows. UPD: I was using the default TypeDoc theme instead of this plugin's one, with a proper theme everything is OK |
For what it's worth, I ran in to this problem when I wanted to use my own custom theme. I found out that I needed to create this file:
Here's the contents of that file: <div class="tsd-panel tsd-typography">
{{#markdown}}{{{model.pagesPlugin.item.contents}}}{{/markdown}}
</div> |
Sorry for the slow response. I've had a surprisingly small amount of time to dedicate to this project in 2020, considering quarantine. I think it's likely that you're running into the same issue as @IchZerowan and @MCluck90. Make sure that you're telling TypeDoc to use the Previous plugin documentation incorrectly indicated that you could specify the theme in the Pages Plugin configuration object (like it appears you have above). The documentation has since been corrected. You should move the following line from the Pages Plugin configuration portion of your configuration to the top-level TypeDoc configuration:
|
Hi @mipatterson |
Hi @mipatterson, thank you for this plugin.
I've installed the plugin and tried to build the docs. I receive the message
as shown in the screenshot below. I don't know what could be the cause of this.
I'm using typedoc v0.17.6, typedoc-plugin-pages v1.0.1 and this is the configuration I used. It has been inserted in the
tsconfig.json
file, inside the objecttypedocOptions
.My
tsconfig.json
is sibling of./docFiles/
folder.Thank you!
The text was updated successfully, but these errors were encountered: