You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do the markdown files generating the docs on the Terraform Registry for a provider supports Google Analytics Tracking?
Essentially, can we add this tag in the .md files and have the below tracking code added to each pages on the terraform provider registry documentation?
.. raw:: HTML
<script async src="https://www.googletagmanager.com/gtag/js?id=G-1234ABCD"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-1234ABCD');
</script>
The text was updated successfully, but these errors were encountered:
Do the markdown files generating the docs on the Terraform Registry for a provider supports Google Analytics Tracking?
Essentially, can we add this tag in the
.md
files and have the below tracking code added to each pages on the terraform provider registry documentation?The text was updated successfully, but these errors were encountered: