rename pluginId for todo-backend & techdocs-backend to 'todo' and 'techdocs'

Signed-off-by: Oleg S <97077423+RobotSail@users.noreply.github.com>
This commit is contained in:
Oleg S
2023-03-09 09:52:33 -05:00
parent c041efd53d
commit a09223a505
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
---
'@backstage/plugin-techdocs-backend': minor
'@backstage/plugin-todo-backend': patch
---
Added alpha export of the `techdocsPlugin` using the new backend system
Added alpha export of the `techdocsPlugin` using the new backend system. Renamed the `todoPlugin` pluginId from `todo-backend` to `todo`.
+1 -1
View File
@@ -37,7 +37,7 @@ import { createRouter } from '@backstage/plugin-techdocs-backend';
* @alpha
*/
export const techdocsPlugin = createBackendPlugin({
pluginId: 'techdocs-backend',
pluginId: 'techdocs',
register(env) {
env.registerInit({
deps: {