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
Show the MkDocs version.
Syntax
public static Version MkDocsVersion(this ICakeContext context)
Examples
var mkDocsVersion = MkDocsVersion();
Information($"MkDocs tool version: {mkDocsVersion}");
Attributes
| Type |
Description |
| CakeMethodAliasAttribute |
|
| CakeAliasCategoryAttribute |
|
| CakeNamespaceImportAttribute |
|
Parameters
| Name |
Type |
Description |
| context |
ICakeContext |
The context. |
Return Value
| Type |
Description |
| Version |
MkDocs tool version in Version format. |