Skip to content

Commit b2d2ba3

Browse files
authored
Sanity check 1.4 title (#799)
* Sanity check 1.4 title * removed numbering
1 parent 00097b4 commit b2d2ba3

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

modules/dynamic-plugins/proc-export-third-party-plugins-rhdh.adoc

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,14 @@ The following is an example of exporting a dynamic plugin with shared and embedd
3535
.Example dynamic plugin export with shared and embedded packages
3636
[source,terminal]
3737
----
38-
npx @janus-idp/cli@latest export-dynamic-plugin --shared-package '!/@backstage/plugin-notifications/' <1> --embed-package @backstage/plugin-notifications-backend <2>
38+
npx @janus-idp/cli@latest export-dynamic-plugin --shared-package '!/@backstage/plugin-notifications/' --embed-package @backstage/plugin-notifications-backend
3939
----
4040
+
41-
<1> `@backstage/plugin-notifications` package is treated as a private dependency and is bundled in the dynamic plugin package, despite being in the `@backstage` scope.
42-
<2> `@backstage/plugin-notifications-backend` package is marked as an embedded dependency and is bundled in the dynamic plugin package.
41+
In the previous example:
42+
+
43+
* `@backstage/plugin-notifications` package is treated as a private dependency and is bundled in the dynamic plugin package, despite being in the `@backstage` scope.
44+
+
45+
* `@backstage/plugin-notifications-backend` package is marked as an embedded dependency and is bundled in the dynamic plugin package.
4346

4447
Front-end plugins::
4548
+

0 commit comments

Comments
 (0)