Remove commented reference of old factories in templates
Signed-off-by: Min Kim <minkimcello@gmail.com>
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
# lib/new/factories/backendModule.ts
|
||||
description: A new backend module that extends an existing backend plugin with additional features
|
||||
template: ./default-backend-module
|
||||
targetPath: plugins
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
# lib/new/factories/backendPlugin.ts
|
||||
description: A new backend plugin
|
||||
template: ./default-backend-plugin
|
||||
targetPath: plugins
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
# lib/new/factories/pluginCommon.ts
|
||||
description: A new isomorphic common plugin package
|
||||
template: ./default-common-plugin-package
|
||||
targetPath: plugins
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
# lib/new/factories/pluginNode.ts
|
||||
description: A new Node.js library plugin package
|
||||
template: ./default-node-plugin-package
|
||||
targetPath: plugins
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
# lib/new/factories/frontendPlugin.ts
|
||||
description: A new frontend plugin
|
||||
template: ./default-plugin
|
||||
targetPath: plugins
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
# lib/new/factories/pluginWeb.ts
|
||||
description: A new web library plugin package
|
||||
template: ./default-react-plugin-package
|
||||
targetPath: plugins
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
# lib/new/factories/nodeLibraryPackage.ts
|
||||
description: A new node-library package, exporting shared functionality for backend plugins and modules
|
||||
template: ./node-library-package
|
||||
targetPath: packages
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
# lib/new/factories/scaffolderModule.ts
|
||||
description: A module exporting custom actions for @backstage/plugin-scaffolder-backend
|
||||
template: ./scaffolder-module
|
||||
targetPath: plugins
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
# lib/new/factories/webLibraryPackage.ts
|
||||
description: A new web-library package, exporting shared functionality for frontend plugins
|
||||
template: ./web-library-package
|
||||
targetPath: packages
|
||||
|
||||
Reference in New Issue
Block a user