Summary
Create a new
MkDocs project.
- 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 |