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
Copy file name to clipboardExpand all lines: docs/contributing/submit-to-plugin-library.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,8 @@ In order to add your plugin to the [Plugin Library](/plugins/), you need to:
8
8
9
9
1. publish a package to npm (learn how [here](https://docs.npmjs.com/getting-started/publishing-npm-packages)),
10
10
2. include the [required files](/docs/files-gatsby-looks-for-in-a-plugin/) in your plugin code,
11
-
3. and **include a `keywords` field** in your plugin's `package.json`, containing `gatsby` and `gatsby-plugin`.
11
+
3.**include a `keywords` field** in your plugin's `package.json`, containing `gatsby` and `gatsby-plugin`,
12
+
4. and document your plugin with a README, there are [plugin templates](/contributing/docs-templates/#plugin-readme-template) available to be used as reference.
12
13
13
14
After doing so, Algolia will take up to 12 hours to add it to the library search index (the exact time necessary is still unknown), and wait for the daily rebuild of https://gatsbyjs.org to automatically include your plugin page to the website. Then, all you have to do is share your wonderful plugin with the community!
0 commit comments