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.
- Assembly
- Cake
.MkDocs .dll - Namespace
- Cake
.MkDocs .New - Containing Type
- MkDocsNewRunner
Syntax
public void New(DirectoryPath projectDirectory, MkDocsNewSettings settings)
Examples
runner.New(new DirectoryPath("./project-with-docs-is-here"), new MkDocsNewSettings());
Parameters
Name | Type | Description |
---|---|---|
projectDirectory | DirectoryPath | New project directory path. |
settings | MkDocsNewSettings | The settings. |
Return Value
Type | Description |
---|---|
void |