chore(docs-site): add dev shortcut and fix hero heading clipping

- Add `pnpm docs` script that frees port 3000 then runs the docs-site
  dev server, so the docs preview is one command away.
- Bump hero heading line-height to 1.2 and add 0.15em bottom padding
  so the gradient text-clip no longer cuts off descenders.
- Sync auto-generated next-env.d.ts to the current Next types path.
This commit is contained in:
Andrey Avtomonov 2026-05-20 19:06:09 +02:00
parent 2f647d5c68
commit 292683181b
3 changed files with 4 additions and 2 deletions

View file

@ -16,8 +16,9 @@ import { ProductMechanics } from "@/components/product-mechanics";
backgroundClip: 'text',
color: 'transparent',
WebkitTextFillColor: 'transparent',
lineHeight: '1.1',
lineHeight: '1.2',
letterSpacing: '0',
paddingBottom: '0.15em',
}}
>
Make analytics context usable by agents