Hritwik001

Results 5 issues of Hritwik001

### Summary Fixes an inconsistency in the security contact email across documentation. - **Contributing docs:** previously listed `[email protected]` - **Security Policy:** lists `[email protected]` This PR updates the Contributing docs to...

**## ✨ Summary** Fixed an issue where the **“Sign Up”** button on the **“Almost there!”** onboarding page was partially hidden on short viewport heights (e.g., small laptops, split-screen, or mobile...

🧩 Summary Fixes the broken "Components" link on the Internals → Overview page. Old: ./components → 404 New: ./architecture/components → valid Keeps consistency with other relative links (./security, ./service-tokens). 🔍...

## Context The CLI overview mentioned setting a specific version for production, but didn't show how. ## Changes - Added a new **"Install a Specific Version"** section below installation tabs....

## Context Under TypeScript 5.4, chained Zod transforms can widen the \EventType\ literal union to \string\. ## Fix - Defined \EVENT_TYPES\ as a readonly tuple and derived \EventType\. - Used...