UNPKG

@backstage/plugin-techdocs

Version:

The Backstage plugin that renders technical documentation for your components

12 lines (9 loc) 309 B
import { createApiRef } from '@backstage/core-plugin-api'; const techdocsStorageApiRef = createApiRef({ id: "plugin.techdocs.storageservice" }); const techdocsApiRef = createApiRef({ id: "plugin.techdocs.service" }); export { techdocsApiRef, techdocsStorageApiRef }; //# sourceMappingURL=api.esm.js.map