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.

Namespace
Cake.MkDocs.Serve
Containing Type
MkDocsServeSettings

Syntax

[MkDocsArgument("strict", ShortArgument = "s")]
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;.
GitHub