FAKE - F# Make - A DSL for build tasks and more FAKE
6.0.0

Lookig for older versions of the documentation, pre FAKE v6? See 

v5.fake.build

DocFx.ServeParams Type

Serve-Command parameters

Record fields

Record Field Description

Common

Full Usage: Common

Field type: CommonParams

Specify common docFx options

Field type: CommonParams

Folder

Full Usage: Folder

Field type: string

folder path

Field type: string

Host

Full Usage: Host

Field type: string

Specify the hostname of the hosted website [localhost].

Field type: string

Port

Full Usage: Port

Field type: int option

Specify the port of the hosted website [8080]

Field type: int option

Instance members

Instance member Description

this.WithCommon

Full Usage: this.WithCommon

Parameters:
Returns: ServeParams
Modifiers: inline

Changes the "Common" parameters according to the given function

f : CommonParams -> CommonParams
Returns: ServeParams

Static members

Static member Description

ServeParams.Create()

Full Usage: ServeParams.Create()

Returns: ServeParams

Serve default parameters

Returns: ServeParams