Remove docs-site, add PostHog analytics to web (#66)

- Delete docs-site/ (superseded by web/app/docs)
- Add posthog-js with Vercel reverse proxy at /cdata to bypass adblockers
- Track pageviews (SPA-aware), download clicks (hero/navbar/mobile_drawer),
  and GitHub link clicks (hero/navbar/mobile_drawer/footer)
This commit is contained in:
Lawrence Chen 2026-02-18 04:00:04 -08:00 committed by GitHub
parent fdd8029c00
commit cb86322e98
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
41 changed files with 190 additions and 8535 deletions

View file

@ -12,6 +12,7 @@
"dependencies": {
"next": "16.1.6",
"next-themes": "^0.4.6",
"posthog-js": "^1.350.0",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-wrap-balancer": "^1.1.1",