From 3e797e3970414d68693817884ed2826bd6df3166 Mon Sep 17 00:00:00 2001 From: Subnet_Masked Date: Sat, 12 Apr 2025 15:22:07 -0400 Subject: [PATCH] Add analytics --- mkdocs.yml | 2 ++ overrides/partials/integrations/analytics/custom.html | 1 + 2 files changed, 3 insertions(+) create mode 100644 overrides/partials/integrations/analytics/custom.html diff --git a/mkdocs.yml b/mkdocs.yml index 66a1ebf..9452504 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -67,6 +67,8 @@ extra: - icon: fontawesome/brands/mastodon link: https://tech.lgbt/@subnet_masked name: Subnet on Mastodon + analytics: + provider: custom nav: - 'index.md' - 'names_pros.md' diff --git a/overrides/partials/integrations/analytics/custom.html b/overrides/partials/integrations/analytics/custom.html new file mode 100644 index 0000000..8fd44fb --- /dev/null +++ b/overrides/partials/integrations/analytics/custom.html @@ -0,0 +1 @@ + \ No newline at end of file