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

How to contribute to Hub ? #2981

Closed
meyvan opened this issue Jul 30, 2024 · 2 comments
Closed

How to contribute to Hub ? #2981

meyvan opened this issue Jul 30, 2024 · 2 comments
Labels
type: bug 🐛 Something isn't working

Comments

@meyvan
Copy link

meyvan commented Jul 30, 2024

Describe the bug
I used SES plugin https://vendure.io/hub/aws-ses and found that the doc need to be updated to like below (FileBasedTemplateLoader)

..... EmailPlugin.init({

    templateLoader: new FileBasedTemplateLoader(path.join(__dirname, '../../static/email/templates')),
     .....
})

I was wondering how to contribute to update this hub page.

Could someone point me to this code please. Or is it because its the main site, its a private repo ?

@meyvan meyvan added the type: bug 🐛 Something isn't working label Jul 30, 2024
@michaelbromley
Copy link
Member

Hi,

That information on the Hub pages is not part of any open repo. Actually it is stored in the instance of Vendure that powers the Hub. So I'll update it, thanks for bringing it to our attention. Out of interest, does something not work with the current config, or is it just because that templatePath is marked as deprecated?

@meyvan
Copy link
Author

meyvan commented Jul 31, 2024

Its because of marked as depreciated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug 🐛 Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants