UNPKG

docusaurus-plugin-llms-txt

Version:

A Docusaurus plugin for creating llms.txt and llms-full.txt files

17 lines (14 loc) 277 B
export type PluginOptions = { /** * Title for the `llms.txt` file */ title: string; /** * Description for the `llms.txt` file */ description: string; /** * Whether to output a `llms-full.txt` file. */ fullLLMsTxt: boolean; }