Skip to content

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

ModelInput.configuration


css?

ts
optional css?: string | string[];

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

Inherited from

ModelInput.css


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

ModelInput.dialect


entries?

ts
optional entries?: CssDocEntry[];

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

Inherited from

ModelInput.entries


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

RenderLlmsOptions.intro


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

ModelInput.lang


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").

Inherited from

RenderLlmsOptions.title

Released under the MIT License