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.DocFx.
Summary
Generates a PDF document for the docfx.json
file in the current working directory
using the specified settings.
Syntax
public static void DocFxPdf(this ICakeContext context, DocFxPdfSettings settings)
Examples
DocFxPdf(new DocFxPdfSettings()
{
OutputPath = "./artifacts/docs",
TemplateFolder = "default"
});
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
CakeAliasCategoryAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
The Cake context. |
settings |
DocFxPdfSettings |
The optional DocFx settings.
If no settings are passed default settings are used. |
Return Value