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

ExportTemplateParams

ExportTemplate-Command parameters

Record Fields

Record FieldDescription
All
Signature: bool

If specified, all the available templates will be exported.

Common
Signature: CommonParams

Specify common docFx options

OutputFolder
Signature: string

Specify the output folder path for the exported templates.

Templates
Signature: string list

Specify templates to export.

Instance members

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

Changes the "Common" parameters according to the given function

Static members

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

ExportTemplate default parameters