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.Jekyll.
Summary
Search your site and print specific deprecation warnings using the specified settings.
Syntax
public static void JekyllDoctor(this ICakeContext context, JekyllDoctorSettings settings)
Examples
var settings = new JekyllDoctorSettings
{
Trace = true,
};
JekyllDoctor(settings);
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
CakeAliasCategoryAttribute |
|
Parameters
Return Value