@signalwire/docusaurus-plugin-llms-txt
Version:
Generate Markdown versions of Docusaurus HTML pages and an llms.txt index file
14 lines • 609 B
TypeScript
import type { LoadContext } from '@docusaurus/types';
import type { CommanderStatic } from 'commander';
import type { PluginOptions } from '../types';
/**
* Register the `llms-txt` command
* @internal
*/
export declare function registerLlmsTxt(cli: CommanderStatic, _pluginName: string, baseOptions: Partial<PluginOptions>, context: LoadContext): void;
/**
* Register the `llms-txt-clean` command
* @internal
*/
export declare function registerLlmsTxtClean(cli: CommanderStatic, _pluginName: string, baseOptions: Partial<PluginOptions>, context: LoadContext): void;
//# sourceMappingURL=command.d.ts.map