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 settings returned by a configurator.
Syntax
public static void JekyllDoctor(this ICakeContext context, Action<JekyllDoctorSettings> configurator)
Examples
JekyllDoctor(settings => settings.Trace());
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
CakeAliasCategoryAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
The context. |
configurator |
Action<JekyllDoctorSettings> |
The settings configurator. |
Return Value