Skip to content

Commit 5392089

Browse files
authored
chore: fix indentation (#432)
1 parent 083f3c1 commit 5392089

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/guidelines.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ Plugins with required `inputs` cannot be installed via the Netlify UI. Wherever
1313
Every plugin in the Netlify plugins directory includes a link to the plugin README. This file should include:
1414

1515
- A description of what the plugin does and why that might be useful.
16-
- UI-based installation instructions.
16+
- UI-based installation instructions.
1717
> **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.
2020
- 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`.
2323
- Any required environment variables.
2424
- Details regarding any optional environment variables or `inputs`.
2525
- 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

Comments
 (0)