gatsbyjs / gatsby

The best React-based framework with performance, scalability and security built in.
https://www.gatsbyjs.com
MIT License
55.3k stars 10.31k forks source link

Plugin library not rendering some READMEs #13720

Closed robinmetral closed 5 years ago

robinmetral commented 5 years ago

Description

The plugin library doesn't render READMEs for some plugins.

I've seen this happen in the gatsby-plugin-i18n series of plugins, organized as a monorepo. Not sure if the monorepo structure causes this. They render correctly on the npm registry.

Steps to reproduce

Go to:

Expected result

The READMEs should be rendered

Actual result

They aren't

Environment

User agent Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:66.0) Gecko/20100101 Firefox/66.0

robinmetral commented 5 years ago

Further investigation:

The "View plugin on GitHub" link on these plugin pages doesn't work either, it links to a GitHub search instead of the repo.

A weird case is this of gatsby-plugin-i18nstatic. The README renders correctly, but the link still points to a GitHub search.

LekoArts commented 5 years ago

Thanks for the issue! This is a duplicate of https://github.com/gatsbyjs/gatsby/issues/11129 and hence I'm closing this. Please leave a comment there, thanks!

robinmetral commented 5 years ago

Oops! Sorry about this, it didn't come out in my search. Thanks @LekoArts