Skip to content
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

fix: Fixed "The partial literal could not be found" #41

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

edgardmessias
Copy link

with this fix works with typedoc 0.20.0-beta.8

@dannyrb
Copy link

dannyrb commented Jan 15, 2021

As this hasn't been merged, I published latest with this fix applied to NPM here:

https://www.npmjs.com/package/typedoc-plugin-pages-fork

@FStefanni
Copy link

Hi,

I hope this will be merged asap, since it fixes an important issue: without this fix, this plugin will not work with newer typedoc.
Fix #47

Any plan when the merge and new release will happen?

Regards

@kum-deepak
Copy link

Hi @mipatterson, this PR is needed to use the latest typedoc. Will it be possible to merge this PR?

Many thanks!

cahilfoley and others added 2 commits March 19, 2021 13:26
This allows the forked package to render with the latest version of typedoc 🙌
Update type partial with latest default template partials
@edgardmessias
Copy link
Author

As an alternative, I am using this command: npm install shx --save-dev

And add this in scripts of package.json
"fix-typedoc-pages": "shx cp ./node_modules/typedoc-default-themes/bin/default/partials/type.hbs ./node_modules/typedoc-plugin-pages/dist/theme/v2/partials/type.hbs",

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants