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
Build the MkDocs
documentation in working directory.
Syntax
public static void MkDocsBuild(this ICakeContext context, MkDocsBuildSettings settings)
Examples
MkDocsBuild(new MkDocsBuildSettings()
{
Dirty = true,
Theme = MkDocsTheme.ReadTheDocs
});
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
CakeAliasCategoryAttribute |
|
CakeNamespaceImportAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
The context. |
settings |
MkDocsBuildSettings |
The settings. |
Return Value