Interface: WriteLlmsOptions
Defined in: emitters/llms/src/index.ts:150
Options for writeLlms.
Extends
Properties
configuration?
ts
optional configuration?: CssDocConfiguration;Defined in: emitters/llms/src/index.ts:23
Inherited from
css?
ts
optional css?: string | string[];Defined in: emitters/llms/src/index.ts:21
Inherited from
dialect?
ts
optional dialect?: CssDialect;Defined in: emitters/llms/src/index.ts:27
The stylesheet dialect of css (scss/less pick a dialect parser). Default css.
Inherited from
entries?
ts
optional entries?: CssDocEntry[];Defined in: emitters/llms/src/index.ts:22
Inherited from
intro?
ts
optional intro?: string;Defined in: emitters/llms/src/index.ts:44
A one-line summary rendered as a blockquote under the title.
Inherited from
lang?
ts
optional lang?: "css" | "html" | "js" | "markdown";Defined in: emitters/llms/src/index.ts:25
The host language css is written in. Non-css values extract embedded CSS first. Default css.
Inherited from
outFile?
ts
optional outFile?: string;Defined in: emitters/llms/src/index.ts:152
Output file (default llms.txt).
title?
ts
optional title?: string;Defined in: emitters/llms/src/index.ts:42
The H1 title (default "CSS components").