UNPKG

@backstage/plugin-techdocs

Version:

The Backstage plugin that renders technical documentation for your components

10 lines (8 loc) 209 B
const removeMkdocsHeader = () => { return (dom) => { dom.querySelector(".md-header")?.remove(); return dom; }; }; export { removeMkdocsHeader }; //# sourceMappingURL=removeMkdocsHeader.esm.js.map