This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see
Cake.MkDocs.
Summary
Check is provided MkDocs tool is in supported version.
Syntax
public static bool MkDocsIsSupportedVersion(this ICakeContext context)
Examples
if (!MkDocsIsSupportedVersion())
throw new Exception("Installed unsupported MkDocs version");
Attributes
| Type |
Description |
| CakeMethodAliasAttribute |
|
| CakeAliasCategoryAttribute |
|
| CakeNamespaceImportAttribute |
|
Parameters
| Name |
Type |
Description |
| context |
ICakeContext |
The context. |
Return Value
| Type |
Description |
| bool |
true - version is supported; otherwise, false. |