MkDocsServeSettings.

Strict Property

Summary

Gets or sets a value indicating whether strict mode is enabled.

Enable strict mode. This will cause MkDocs to abort the build on any warnings.

Assembly
Cake.MkDocs.dll
Namespace
Cake.MkDocs.Serve
Containing Type
MkDocsServeSettings

Syntax

public bool Strict { get; set; }

Attributes

Type Description
MkDocsArgumentAttribute Describes tool argument related to settings MkDocsSettings.

Value

Type Description
bool true - enabled build in strict mode;. false - normal build;.