Summary
Gets or sets a value indicating whether custom dev address is provided.
IP address and port to serve documentation locally (default localhost:8000).
- Namespace
- Cake
.MkDocs .Serve - Containing Type
- MkDocsServeSettings
Syntax
[MkDocsArgument("dev-addr", ShortArgument = "a")]
public MkDocsAddress DevAddr { get; set; }
Attributes
| Type | Description |
|---|---|
| Mk |
Describes tool argument related to settings MkDocsSettings.
|
Value
| Type | Description |
|---|---|
| MkDocsAddress | Custom IP address and port; otherwise - localhost:8000;. |