From 92fa81b651696ffe22e66e651aa81aee09f451f2 Mon Sep 17 00:00:00 2001 From: Kyle Conroy Date: Mon, 7 Mar 2022 09:01:01 -0800 Subject: [PATCH] docs: Add Plausible analytics --- docs/_templates/layout.html | 5 +++++ docs/guides/privacy.md | 1 + 2 files changed, 6 insertions(+) create mode 100644 docs/_templates/layout.html diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html new file mode 100644 index 0000000000..e6bee29d9a --- /dev/null +++ b/docs/_templates/layout.html @@ -0,0 +1,5 @@ +{% extends "!layout.html" %} +{% block extrahead %} + +{{ super() }} +{% endblock %} diff --git a/docs/guides/privacy.md b/docs/guides/privacy.md index be6121eb7a..1422fea999 100644 --- a/docs/guides/privacy.md +++ b/docs/guides/privacy.md @@ -41,6 +41,7 @@ We provide a few hosted services in addition to the sqlc command line tool. ### docs.sqlc.dev * Hosted on [Read the Docs](https://readthedocs.org/) +* Analytics with [Plausible](https://plausible.io/privacy-focused-web-analytics) ### play.sqlc.dev