You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(gatsby-source-filesystem): Improve the description (#28252)
Currently it's "Gatsby plugin which parses files within a directory for further parsing by other plugins" which is rather opaque and CS-y.
This PR changes it to better describe how someone would actually use it — "build websites with data from your local filesystem"
Copy file name to clipboardExpand all lines: packages/gatsby-source-filesystem/package.json
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "gatsby-source-filesystem",
3
-
"description": "Gatsby plugin which parses files within a directory for further parsing by other plugins",
3
+
"description": "Gatsby source plugin for building websites from local data. Markdown, JSON, images, YAML, CSV, and dozens of other data types supported.",
0 commit comments