You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add lightweight analytics tracking using minimalytics hosted at
minimalytics.hshp.cc. Tracks:
- Page views for all pages (home, docs hub, individual doc pages)
- Section scroll visibility on homepage (Why Glovebox, Features,
Quick Start, Is This For Me?)
- CTA clicks (Get Started button)
- GitHub link clicks (header and footer)
- Code block copy events with specific identifiers
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
<CodeBlockcode={`glovebox init --base # Select your OS, shell, editor, tools
110
-
glovebox build --base # Build the base image`} />
110
+
glovebox build --base # Build the base image`}trackingId="init_build_base"/>
111
111
</div>
112
112
113
113
<div>
114
114
<h3class="text-lg font-medium mb-4">Then, in any project:</h3>
115
115
<CodeBlockcode={`cd ~/projects/my-app
116
-
glovebox run`} />
116
+
glovebox run`}trackingId="run_project"/>
117
117
<pclass="mt-4 text-muted">
118
118
You're inside a sandboxed container. Your project is mounted at <codeclass="text-sm bg-black/5 px-1.5 py-0.5 rounded font-mono">/workspace</code>. Your shell, your editor, your tools—all there. When you exit, your container persists. When you return, it's waiting.
119
119
</p>
120
120
</div>
121
121
122
122
<div>
123
123
<h3class="text-lg font-medium mb-4">Clean up when needed:</h3>
0 commit comments