Skip to content

Commit 7827130

Browse files
authored
docs: Add Plausible analytics (#1477)
1 parent ee31c8a commit 7827130

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

docs/_templates/layout.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ We provide a few hosted services in addition to the sqlc command line tool.
4141
### docs.sqlc.dev
4242

4343
* Hosted on [Read the Docs](https://readthedocs.org/)
44+
* Analytics with [Plausible](https://plausible.io/privacy-focused-web-analytics)
4445

4546
### play.sqlc.dev
4647

0 commit comments

Comments
 (0)