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
Contains functionalities for working with
MkDocs
.
Contains functionality related to MkDocs
.
In order to use the commands for this alias, include the following in your build.cake file to download and
install from NuGet.org
, or specify the ToolPath within the correct ToolSettings class:
#addin "Cake.MkDocs"
#addin "nuget:?package=Cake.MkDocs"
- Assembly
- Cake
.MkDocs .dll - Namespace
- Cake
.MkDocs - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["MkDocsAliases"]
class Type type-node
Syntax
public static class MkDocsAliases
Remarks
See NuGet.org.
See MkDocs repository.
Attributes
Type | Description |
---|---|
Cake |
Methods
Name | Value | Summary |
---|---|---|
MkDocsBuild |
void |
Build the
MkDocs documentation.
static
|
MkDocsBuild |
void |
Build the
MkDocs documentation.
static
|
MkDocsBuild |
void |
Build the
MkDocs documentation in working directory.
static
|
MkDocsBuild |
void |
Build the
MkDocs documentation in working directory.
static
|
MkDocsGhDeploy |
void |
Deploy your documentation to
GitHub Pages .
static
|
MkDocsGhDeploy |
void |
Deploy your documentation to
GitHub Pages .
static
|
MkDocsGhDeploy |
void |
Deploy your documentation to
GitHub Pages (project in working directory).
static
|
MkDocsGhDeploy |
void |
Deploy your documentation to
GitHub Pages (project in working directory).
static
|
Mk |
bool |
Check is provided
MkDocs tool is in supported version.
static
|
Mk |
bool |
Check is provided
MkDocs tool is in supported version.
static
|
MkDocsNew |
void |
Create a new
MkDocs project.
static
|
MkDocsNew |
void |
Create a new
MkDocs project.
static
|
MkDocsNew |
void |
Create a new
MkDocs project in working directory.
static
|
MkDocsNew |
void |
Create a new
MkDocs project in working directory.
static
|
MkDocsServe |
void |
Run the builtin development server.
static
|
MkDocsServe |
void |
Run the builtin development server.
static
|
MkDocsServe |
void |
Run the builtin development server async in working directory.
static
|
MkDocsServe |
void |
Run the builtin development server async in working directory.
static
|
MkDocsServeAsync |
Task |
Run the builtin development server async.
static
|
MkDocsServeAsync |
Task |
Run the builtin development server async.
static
|
MkDocsServeAsync |
Task |
Run the builtin development server async in working directory.
static
|
MkDocsServeAsync |
Task |
Run the builtin development server async in working directory.
static
|
MkDocsVersion |
Version |
Show the
MkDocs version.
static
|
MkDocsVersion |
Version |
Show the
MkDocs version.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|