UNPKG

docusaurus-plugin-llms-txt

Version:

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

15 lines (14 loc) 276 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; };