DocfyModule.forRoot(options?)
Registers the module and loads all companion docs files from controllers marked with @WithDocs().
Options
| Option | Type | Default | Description |
|---|---|---|---|
strict | boolean | false | Throw at startup if a @WithDocs() controller has no companion docs file. Recommended for CI. |
No other option is accepted in this version.