Summary
Contains settings used by
MkDocsVersionRunner.
- Namespace
- Cake
.MkDocs .Version - Base Types
-
- ToolSettings
- MkDocsSettings
graph BT
Type-->Base0["MkDocsSettings"]
click Base0 "/Cake.MkDocs/api/Cake.MkDocs/MkDocsSettings"
Base0-->Base1["ToolSettings"]
Type["MkDocsVersionSettings"]
class Type type-node
Syntax
[MkDocsArgument("version", ShortArgument = "V")]
public sealed class MkDocsVersionSettings : MkDocsSettings
Attributes
| Type | Description |
|---|---|
| Mk |
Describes tool argument related to settings MkDocsSettings.
|
Properties
| Name | Value | Summary |
|---|---|---|
| Quiet | bool |
Gets or sets a value indicating whether quiet mode is enabled.
Silence warnings. Inherited from MkDocsSettings
|
| Verbose | bool |
Gets or sets a value indicating whether verbose mode is enabled.
Enable verbose output. Inherited from MkDocsSettings
|