Interface: ProviderRef
Defined in: packages/config/src/CssDocConfigFile.ts:58
An upstream cssdoc provider this config consumes. path points at the provider's published model (model.json, the JSON emitter's output) or a source stylesheet (.css/.scss/…) — resolved relative to this file for .-paths, else via Node resolution (so a package specifier works). baseHref prefixes links to the provider's rendered doc pages (<baseHref><name>.md).
Properties
baseHref?
ts
optional baseHref?: string;Defined in: packages/config/src/CssDocConfigFile.ts:60
path
ts
path: string;Defined in: packages/config/src/CssDocConfigFile.ts:59