From f0639d3086a5ff64158f8fc450e798f9e2bf0930 Mon Sep 17 00:00:00 2001 From: Gowtham Date: Sat, 23 May 2026 23:09:58 -0600 Subject: [PATCH] Add privacy-safe docs analytics --- README.md | 4 +- docs/api.html | 2 + docs/assets/site.css | 31 ++++++ docs/assets/site.js | 215 ++++++++++++++++++++++++++++++++++++++ docs/cli.html | 2 + docs/concepts.html | 2 + docs/contributing.html | 2 + docs/getting-started.html | 2 + docs/index.html | 2 + docs/mcp.html | 2 + docs/security.html | 5 +- docs/troubleshooting.html | 2 + docs/ui.html | 2 + docs/why-link.html | 2 + tests/test_docs_site.py | 27 ++++- 15 files changed, 298 insertions(+), 4 deletions(-) create mode 100644 docs/assets/site.js diff --git a/README.md b/README.md index af8a833..aa450b0 100644 --- a/README.md +++ b/README.md @@ -274,9 +274,9 @@ Full MCP tool list: [MCP setup](https://gowtham0992.github.io/link/mcp.html). ## Privacy And Safety -Link is local-first: +Link itself is local-first: -- No telemetry. +- No telemetry in the installed CLI, MCP server, local web UI, or wiki runtime. - No hosted backend. - No external API calls from `serve.py` or `link-mcp`. - Raw sources and generated wiki pages are ignored by git by default. diff --git a/docs/api.html b/docs/api.html index 337b822..9eb06ba 100644 --- a/docs/api.html +++ b/docs/api.html @@ -13,6 +13,7 @@ +