Summary
The
MkDocs serve async tool buid and generate preview of MkDocs documentation.
- Namespace
- Cake
.MkDocs .Serve - Base Types
graph BT
Type-->Base0["MkDocsTool<MkDocsServeAsyncSettings>"]
Base0-->Base1["Tool<MkDocsServeAsyncSettings>"]
Type["MkDocsServeAsyncRunner"]
class Type type-node
Syntax
public sealed class MkDocsServeAsyncRunner : MkDocsTool<MkDocsServeAsyncSettings>
Constructors
| Name | Summary |
|---|---|
| Mk |
Initializes a new instance of the MkDocsServeAsyncRunner class.
|
Methods
| Name | Value | Summary |
|---|---|---|
| ServeAsync |
Task |
Run the builtin development server async.
|
| ServeAsync |
Task |
Run the builtin development server in working directory async.
|