New Help Center Coming Soon!
We're moving our Knowledge Base articles to a new and improved platform. We look forward to sharing more information with you soon.
Helpful search terms:
<% var getColumnClasses = function(numberColumns) {
var classNames = 'col-12';
if (numberColumns >= 2) classNames += ' md:col-6';
if (numberColumns >= 3) classNames += ' lg:col-4';
if (numberColumns >= 4) classNames += ' xl:col-3';
return classNames;
} %>
<% var promotedArticlesAbove = '1-bullet' !== 'none' && 'after' === 'before'; %>
<% var notificationAbove = 'header' === 'home' && !!'hc_documentation_moving' && !window.sessionStorage.getItem('alpine:notification:dismissed'); %>
<% var blockStyle = 'cards'; %>