This is part of the Fake.Documentation.DocFx module.

InitParams

Init-Command parameters

Record Fields

Record FieldDescription
ApiSourceFolder
Signature: string

Specify the source working folder for source project files to start glob search.

ApiSourceGlobPattern
Signature: string

Specify the source project files' glob pattern to generate metadata.

Common
Signature: CommonParams

Specify common docFx options

OnlyConfigFile
Signature: bool

Generate config file docfx.json only, no project folder will be generated.

OutputFolder
Signature: string

Specify the output folder of the config file. Defaults to docfx_project.

Overwrite
Signature: bool

Specify if the current file will be overwritten if it exists.

Instance members

Instance memberDescription
x.WithCommon(f)
Signature: (f:(CommonParams -> CommonParams)) -> InitParams

Changes the "Common" parameters according to the given function

Static members

Static memberDescription
InitParams.Create()
Signature: unit -> InitParams

Init default parameters