@signalwire/docusaurus-plugin-llms-txt
Version:
Generate Markdown versions of Docusaurus HTML pages and an llms.txt index file
11 lines • 435 B
TypeScript
/**
* Tree markdown rendering
* Render document tree structure as markdown
*/
import type { TreeNode } from '../types';
/**
* Render tree structure as markdown
* @internal
*/
export declare function renderTreeAsMarkdown(node: TreeNode, level?: number, isRoot?: boolean, baseUrl?: string, useRelativePaths?: boolean, enableMarkdownFiles?: boolean, enableDescriptions?: boolean): string;
//# sourceMappingURL=tree-renderer.d.ts.map