From 18fa817aa119376c6686c5c4f7d778b7109c0d4a Mon Sep 17 00:00:00 2001 From: Umputun Date: Sun, 25 Dec 2022 18:30:35 -0600 Subject: [PATCH] add local analytics to docs site --- site/mkdocs.yml | 3 +++ site/overrides/partials/analyticts/custom.html | 1 + 2 files changed, 4 insertions(+) create mode 100644 site/overrides/partials/analyticts/custom.html diff --git a/site/mkdocs.yml b/site/mkdocs.yml index 59787c9..1aa1392 100644 --- a/site/mkdocs.yml +++ b/site/mkdocs.yml @@ -41,6 +41,9 @@ extra: link: https://hub.docker.com/r/umputun/reproxy/ - icon: fontawesome/brands/twitter link: https://twitter.com/umputun + analytics: + provider: custom + data-website-id: 9db03a56-ef6f-4c36-b73e-c058b8a29c11 markdown_extensions: - smarty diff --git a/site/overrides/partials/analyticts/custom.html b/site/overrides/partials/analyticts/custom.html new file mode 100644 index 0000000..7c9720d --- /dev/null +++ b/site/overrides/partials/analyticts/custom.html @@ -0,0 +1 @@ + \ No newline at end of file