SpeculateOptions
Defined in: pipeline/types.ts:144
Options for the speculate() entrypoint
Properties
Section titled “Properties”configPath?
Section titled “configPath?”
optionalconfigPath:string
Defined in: pipeline/types.ts:149
Optional path to config file (e.g., config.respec.json)
entry:
string
Defined in: pipeline/types.ts:146
Path to entry file (format.md or format.html)
fileProvider?
Section titled “fileProvider?”
optionalfileProvider:FileProvider
Defined in: pipeline/types.ts:155
File provider for reading files (defaults to NodeFileProvider)
plugins
Section titled “plugins”plugins:
Plugin[]
Defined in: pipeline/types.ts:152
Plugins to execute during postprocess phases