MkDocsVersionRunner Class

Summary

The MkDocs version tool provides information about tool and addin versions compatibility.
graph BT Type-->Base0["MkDocsTool<MkDocsSettings>"] Base0-->Base1["Tool<MkDocsSettings>"] Type["MkDocsVersionRunner"] class Type type-node

Syntax

public sealed class MkDocsVersionRunner : MkDocsTool<MkDocsSettings>

Constructors

Methods

Name Value Summary
IsSupportedVersion(MkDocsSettings) bool
Checks if provided MkDocs tool version is compatible with addin.
Version(MkDocsSettings) Version
Gets provided MkDocs tool version.
GitHub