Cloudflare Web Analytics is a free, cookieless analytics service that tracks page views without requiring cookie consent banners. It is injected intoDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/samgutentag/sbburgerweek/llms.txt
Use this file to discover all available pages before exploring further.
index.html by apply-theme.py when cfAnalyticsToken is set in config.js — no npm packages, no bundler, and no changes to your app code required.
Setup
Create a free Cloudflare account
Sign up at dash.cloudflare.com/sign-up if you don’t already have one. The Web Analytics feature is available on the free tier with no credit card required.
Add your site in Web Analytics
In the Cloudflare dashboard sidebar, click Web Analytics → Add a site. Enter your site’s domain (e.g.
sbburritoweekmap.com).Copy the token
After adding your site, Cloudflare shows a JavaScript snippet. Copy the token — it’s the hex string value inside the snippet, something like
f1a2b3c4d5e6f7g8h.Run apply-theme.py
cfAnalyticsToken from config.js and injects the Cloudflare Web Analytics <script> snippet into index.html. If the token is null, the snippet is removed entirely.The analytics token is public — it lives in client-side JavaScript and is visible in your page source. This is expected behaviour; Cloudflare Web Analytics is designed this way. Setting
cfAnalyticsToken: null in config.js and re-running apply-theme.py removes the snippet entirely if you want to disable analytics.