Skip to content

Interface: WriteLlmsOptions

Defined in: emitters/llms/src/index.ts:104

Options for writeLlms.

Extends

Properties

configuration?

ts
optional configuration?: CssDocConfiguration;

Defined in: emitters/llms/src/index.ts:21

Inherited from

ModelInput.configuration


css?

ts
optional css?: string | string[];

Defined in: emitters/llms/src/index.ts:19

Inherited from

ModelInput.css


entries?

ts
optional entries?: CssDocEntry[];

Defined in: emitters/llms/src/index.ts:20

Inherited from

ModelInput.entries


intro?

ts
optional intro?: string;

Defined in: emitters/llms/src/index.ts:35

A one-line summary rendered as a blockquote under the title.

Inherited from

RenderLlmsOptions.intro


outFile?

ts
optional outFile?: string;

Defined in: emitters/llms/src/index.ts:106

Output file (default llms.txt).


title?

ts
optional title?: string;

Defined in: emitters/llms/src/index.ts:33

The H1 title (default "CSS components").

Inherited from

RenderLlmsOptions.title

Released under the MIT License