gatsbyjs / gatsby

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

Submitted and accepted Gatsby starter is not showing description on https://www.gatsbyjs.org/ #11668

Closed bluepeter closed 5 years ago

bluepeter commented 5 years ago

See screenshot:

screenshot-www gatsbyjs org-2019 02 09-11-53-10

I recently submitted this, and it was merged. However, the description is not showing up, despite seemingly correct YAML: https://github.com/gatsbyjs/gatsby/blob/5adb2a3beb10ff9ca9fd58b351d8e6bbb0dd05a1/docs/starters.yml#L1733-L1744

What needs to be done to get the description showing? As it is, without a description, it doesn't show up for relevant searches, either.

LekoArts commented 5 years ago

The description for these previews is grabbed from the description field in the package.json

bluepeter commented 5 years ago

Thanks @LekoArts ! Will PR a close to this issue shortly.