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
Create a new MkDocs
project in working directory.
Syntax
public static void MkDocsNew(this ICakeContext context, MkDocsNewSettings settings)
Examples
MkDocsNew(new MkDocsNewSettings()
{
Verbose = true
});
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
CakeAliasCategoryAttribute |
|
CakeNamespaceImportAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
The context. |
settings |
MkDocsNewSettings |
The settings. |
Return Value