diff --git a/docs/features/software-catalog/extending-the-model.md b/docs/features/software-catalog/extending-the-model.md index 06140bdf75..fec924fa91 100644 --- a/docs/features/software-catalog/extending-the-model.md +++ b/docs/features/software-catalog/extending-the-model.md @@ -447,7 +447,7 @@ want to have an isomorphic package that houses these types. Within the Backstage main repo the package naming pattern of `-common` is used for isomorphic packages, and you may choose to adopt this pattern as well. -You can generate an isomorphic plugin by running:`yarn new --select plugin-common` +You can generate an isomorphic plugin package by running:`yarn new --select plugin-common` or you can run `yarn new` and then select "plugin-common" from the list of options There's at this point no existing templates for generating isomorphic plugins diff --git a/docs/plugins/create-a-plugin.md b/docs/plugins/create-a-plugin.md index cc8c2f1296..481b610e4e 100644 --- a/docs/plugins/create-a-plugin.md +++ b/docs/plugins/create-a-plugin.md @@ -40,10 +40,10 @@ This method of serving the plugin provides quicker iteration speed and a faster startup and hot reloads. It is only meant for local development, and the setup for it can be found inside the plugin's `dev/` directory. -### Other Plugin Types +### Other Plugin Library Package Types -There are other plugin types that you can chose from. To be able to select the type -when you create a new plugin just run: `yarn new`. You'll then be asked what type of -plugin you wish to create like this: +There are other plugin library package types that you can chose from. To be able to +select the type when you create a new plugin just run: `yarn new`. You'll then be asked +what type of plugin you wish to create like this: ![List of available plugin types to pick from](../assets/plugins/create-plugin_types.png)