Skip to content

Interface: RenderIndexOptions

Defined in: emitters/markdown/src/render.ts:30

Options controlling how the index renders.

Extended by

Properties

baseHref?

ts
optional baseHref?: string;

Defined in: emitters/markdown/src/render.ts:36

Link prefix for page links (defaults to "/"; e.g. "/api/css/").


intro?

ts
optional intro?: string;

Defined in: emitters/markdown/src/render.ts:34

An intro paragraph under the H1.


title?

ts
optional title?: string;

Defined in: emitters/markdown/src/render.ts:32

The index H1 (defaults to "CSS API reference").

Released under the MIT License