We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee31c8a commit 7827130Copy full SHA for 7827130
docs/_templates/layout.html
@@ -0,0 +1,5 @@
1
+{% extends "!layout.html" %}
2
+{% block extrahead %}
3
+<script defer data-domain="docs.sqlc.dev" src="https://plausible.io/js/plausible.js"></script>
4
+{{ super() }}
5
+{% endblock %}
docs/guides/privacy.md
@@ -41,6 +41,7 @@ We provide a few hosted services in addition to the sqlc command line tool.
41
### docs.sqlc.dev
42
43
* Hosted on [Read the Docs](https://readthedocs.org/)
44
+* Analytics with [Plausible](https://plausible.io/privacy-focused-web-analytics)
45
46
### play.sqlc.dev
47
0 commit comments