@signalwire/docusaurus-plugin-llms-txt
Version:
Generate Markdown versions of Docusaurus HTML pages and an llms.txt index file
12 lines • 510 B
TypeScript
/**
* llms-full.txt content generation
* Simple concatenation of llms.txt + all markdown content
*/
import type { DocInfo, DirectoryConfig, Logger } from '../types';
/**
* Build complete llms-full.txt content
* Takes the llms.txt content and appends all markdown content read from files
* @internal
*/
export declare function buildLlmsFullTxtContent(llmsTxtContent: string, docs: DocInfo[], directories: DirectoryConfig, logger: Logger): Promise<string>;
//# sourceMappingURL=full-index-builder.d.ts.map