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/guidelines.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,13 +13,13 @@ Plugins with required `inputs` cannot be installed via the Netlify UI. Wherever
13
13
Every plugin in the Netlify plugins directory includes a link to the plugin README. This file should include:
14
14
15
15
- A description of what the plugin does and why that might be useful.
16
-
- UI-based installation instructions.
16
+
- UI-based installation instructions.
17
17
> **Note:** You can include UI-based installation instructions in a separate, follow-up pull request. The PR will be merged when your plugin is approved for inclusion in the plugins directory.
18
-
- Include a direct installation link using the format `https://app.netlify.com/plugins/{plugin-package-name}/install`.
19
-
- Point to the [plugins directory](https://app.netlify.com/plugins) in the Netlify UI.
18
+
- Include a direct installation link using the format `https://app.netlify.com/plugins/{plugin-package-name}/install`.
19
+
- Point to the [plugins directory](https://app.netlify.com/plugins) in the Netlify UI.
20
20
- File-based installation instructions. Visit our [Next.js Build Plugin README](https://github.com/netlify/netlify-plugin-nextjs/blob/main/README.md) for an example.
21
-
- Include sample code for declaring the plugin in the `netlify.toml` configuration file.
22
-
- Include a step instructing developers to use npm, yarn, or another Node.js package manager to add the plugin to `devDependencies` in the base directory's `package.json`.
21
+
- Include sample code for declaring the plugin in the `netlify.toml` configuration file.
22
+
- Include a step instructing developers to use npm, yarn, or another Node.js package manager to add the plugin to `devDependencies` in the base directory's `package.json`.
23
23
- Any required environment variables.
24
24
- Details regarding any optional environment variables or `inputs`.
25
25
- Ideally, a link to a demo site with [public deploy logs](https://docs.netlify.com/configure-builds/get-started/#basic-build-settings) and a [Deploy to Netlify button](https://docs.netlify.com/site-deploys/create-deploys/#deploy-to-netlify-button), so users can find out how the plugin works before installing.
0 commit comments