DocFxInitSettings.

OnlyConfigFile Property

Summary

Gets or sets a flag indicating if only the
docfx.json
file should be generated. In this case no project folder will be generated.
Assembly
Cake.DocFx.dll
Namespace
Cake.DocFx.Init
Containing Type
DocFxInitSettings

Syntax

public bool OnlyConfigFile { get; set; }

Value

Type Description
bool