@backstage/plugin-techdocs
Version:
The Backstage plugin that renders technical documentation for your components
14 lines (11 loc) • 307 B
JavaScript
import { createTranslationRef } from '@backstage/core-plugin-api/alpha';
const techdocsTranslationRef = createTranslationRef({
id: "techdocs",
messages: {
aboutCard: {
viewTechdocs: "View TechDocs"
}
}
});
export { techdocsTranslationRef };
//# sourceMappingURL=translation.esm.js.map