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 a specific docfx.json file.
Syntax
public static void DocFxPdf(this ICakeContext context, FilePath configFile)
Examples
DocFxPdf("./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