// Scarf.sh to gain insight into how people are accessing documentation
const img = document.createElement('img');
img.src = 'https://static.scarf.sh/a.png?x-pxid=6bd245a7-3214-444b-a83b-24f73272b4ba';
img.referrerPolicy = 'no-referrer-when-downgrade';
img.id = 'scarf-sh-analytics';
document.body.appendChild(img);