MarkdownMethods.

MergeMarkdownDocuments(ICakeContext, string, string) Method

Summary

Generate a merged markdown file using the entry file as the first point of contact

Syntax

public static void MergeMarkdownDocuments(this ICakeContext context, string entryFile, string newMergeFile)

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

Name Type Description
context ICakeContext The Cake Context
entryFile string The entry file
newMergeFile string The file to output to

Return Value

Type Description
void