Updated healthchecks to show a link to documentation instead of trying to fix something that can often not be fixed automatically.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace Umbraco.Core.HealthChecks.NotificationMethods
|
||||
{
|
||||
public interface IMarkdownToHtmlConverter
|
||||
{
|
||||
string ToHtml(HealthCheckResults results, HealthCheckNotificationVerbosity verbosity);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user