DocfyModule.forRoot(options?)

Registers the module and loads all companion docs files from controllers marked with @WithDocs().

Options

OptionTypeDefaultDescription
strictbooleanfalseThrow at startup if a @WithDocs() controller has no companion docs file. Recommended for CI.

No other option is accepted in this version.