Pull in translated content from translated repos like gatsby-es into the gatsby-config of www/
Use gatsby-source-git or another plugin to pull in content from the translation repos.
Considerations:
the english docs can be git sourced from https://github.com/gatsbyjs/gatsby-i18n-source
then we also see if all is right exported and synced from gatsbyjs/gatsby docs (md/yaml/JSDoc)
Ooh... that's not a bad idea! That reduces the chances of having to do something different for English and translated repos.
But then I'm wondering what's the point of keeping the docs in the monorepo and not just moving it to gatsby-i18n-source (which I guess we could rename to gatsby-en or something). I guess the benefit of keeping it locally is:
Thanks for the suggestion :)
todo: add an issue template for pull request/issues with information that this is only a technical repo and all should be gone to the main repo ( -> #19381)
@muescha would you be interested in helping implement this?
@tesseralis sorry - i am not so familiar with this :(
This is an issue I might look into if https://github.com/gatsbyjs/gatsby/pull/19297 goes well. They are fairly complementary.
Most helpful comment
This is an issue I might look into if https://github.com/gatsbyjs/gatsby/pull/19297 goes well. They are fairly complementary.