DocFxMergeAliases.

DocFxMerge(ICakeContext, FilePath) Method

Summary

Merge base API in YAML files and toc files for a specific docfx.json file.
Assembly
Cake.DocFx.dll
Namespace
Cake.DocFx
Containing Type
DocFxMergeAliases

Syntax

public static void DocFxMerge(this ICakeContext context, FilePath configFile)

Examples

DocFxMerge("./docs/docfx.json");

Attributes

Type Description
CakeMethodAliasAttribute
CakeAliasCategoryAttribute

Parameters

Name Type Description
context ICakeContext The Cake context.
configFile FilePath The optional path to a DocFx config file. If no value is passed the docfx.json file in the current working directory will be used.

Return Value

Type Description
void