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

ServeParams

Serve-Command parameters

Record Fields

Record FieldDescription
Common
Signature: CommonParams

Specify common docFx options

Folder
Signature: string

folder path

Host
Signature: string

Specify the hostname of the hosted website [localhost].

Port
Signature: int option

Specify the port of the hosted website [8080]

Instance members

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

Changes the "Common" parameters according to the given function

Static members

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

Serve default parameters