UNPKG

starlight-llms-txt

Version:

Generate llms.txt files to train large language models on your Starlight documentation website

14 lines (11 loc) 285 B
/// <reference types="../../docs/.astro/types.d.ts" /> declare module 'virtual:starlight-llms-txt/context' { export const starlightLllmsTxtContext: import('./types').ProjectContext; } declare module 'vfile' { interface DataMap { starlightLlmsTxt: { minify: boolean; }; } }