UNPKG

@backstage/plugin-techdocs

Version:

The Backstage plugin that renders technical documentation for your components

11 lines (9 loc) 286 B
const simplifyMkdocsFooter = () => { return (dom) => { dom.querySelector(".md-footer .md-copyright")?.remove(); dom.querySelector(".md-footer-copyright")?.remove(); return dom; }; }; export { simplifyMkdocsFooter }; //# sourceMappingURL=simplifyMkdocsFooter.esm.js.map