@mintlify/scraping
Version:
Scrape documentation frameworks to Mintlify docs
9 lines (8 loc) • 349 B
TypeScript
import type { Element } from 'hast';
export declare function unifiedRemoveBreadCrumbs(): (node: Element) => undefined;
/**
* Docusaurus-specific function since their breadcrumbs
* are within the content in the `article` itself instead
* of outside of the `article` element
*/
export declare function removeBreadCrumbs(node: Element): undefined;