Skip to content

Commit ad482ac

Browse files
committed
Plugin guide cleanup
1 parent 40333b1 commit ad482ac

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/5.x/extend/plugin-guide.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,16 @@ Plugin name
3535

3636
A plugin can be made “private” by prefixing its handle with an underscore (like `_my-private-plugin`). Private plugins have all the same features as regular plugins, but are excluded from license verification (and are ineligible for listing on the [Plugin Store](plugin-store.md)); you can even publish a private plugin to GitHub or Packagist and share it between multiple projects, taking advantage of features like [migration tracks](migrations.md).
3737

38-
Private plugins can be scaffolded with the [Generator](generator.md).
38+
Private plugins can also be scaffolded with the [Generator](generator.md).
3939

4040
## Scaffolding
4141

4242
::: tip
4343
If this is your first time setting up a plugin, consider using the [Generator](generator.md)—it will prompt you for all of the required information, and leave you with a nicely-organized workspace.
4444

4545
<p><Generator component="plugin" /></p>
46+
47+
The remainder of this section covers the outcome of the choices you’ll make when using the Generator—but you won’t need to follow any instructions that involve creating files or folders.
4648
:::
4749

4850
To create a plugin, create a new directory for it somewhere on your computer. A common approach is to store them in a `~/dev/` folder alongside your Craft projects:

0 commit comments

Comments
 (0)