Stripped back docs website

This commit is contained in:
2026-04-10 12:30:26 +10:00
parent 60c07d64ef
commit 08a417a66a
18 changed files with 35 additions and 364 deletions

8
_includes/analytics.html Normal file
View File

@@ -0,0 +1,8 @@
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-WQ8Q1JV8E8"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-WQ8Q1JV8E8');
</script>