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