MkDocsServeSettings.

DirtyReload Property

Summary

Gets or sets a value indicating whether live reloading is enabled.

Enable the live reloading in the development server, but only re-build files that have changed.

Namespace
Cake.MkDocs.Serve
Containing Type
MkDocsServeSettings

Syntax

[MkDocsArgument("dirtyreload")]
public bool DirtyReload { get; set; }

Attributes

Type Description
MkDocsArgumentAttribute Describes tool argument related to settings MkDocsSettings.

Value

Type Description
bool true - enabled dirty reload mode; otherwise - false.
GitHub