techdocs: migrate to new composability API

This commit is contained in:
Patrik Oldsberg
2021-02-04 20:07:12 +01:00
parent 9ec66c3459
commit 41af18227f
6 changed files with 44 additions and 7 deletions
+2 -2
View File
@@ -16,7 +16,7 @@
import { configApiRef, discoveryApiRef } from '@backstage/core';
import { createDevApp } from '@backstage/dev-utils';
import { plugin } from '../src/plugin';
import { techdocsPlugin } from '../src/plugin';
import { TechDocsDevStorageApi } from './api';
import { techdocsStorageApiRef } from '../src';
@@ -30,5 +30,5 @@ createDevApp()
discoveryApi,
}),
})
.registerPlugin(plugin)
.registerPlugin(techdocsPlugin)
.render();