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 current directory.
- Assembly
- Cake
.MkDocs .dll - Namespace
- Cake
.MkDocs .New - Containing Type
- MkDocsNewRunner
Syntax
public void New(MkDocsNewSettings settings)
Examples
runner.New(new MkDocsNewSettings());
Parameters
Name | Type | Description |
---|---|---|
settings | MkDocsNewSettings | The settings. |
Return Value
Type | Description |
---|---|
void |