@signalwire/docusaurus-plugin-llms-txt
Version:
Generate Markdown versions of Docusaurus HTML pages and an llms.txt index file
11 lines • 365 B
TypeScript
/**
* Document hierarchy creation
* Build hierarchical tree structure from documents
*/
import type { DocInfo, PluginOptions, TreeNode } from '../types';
/**
* Build hierarchical tree from docs
* @internal
*/
export declare function buildDocumentTree(docs: readonly DocInfo[], globalConfig: PluginOptions): TreeNode;
//# sourceMappingURL=tree-builder.d.ts.map