Skip to content

docs: v2 docs & landing#4460

Draft
jktrn-osec wants to merge 56 commits into
otter-sec:anchor-nextfrom
jktrn-osec:enscribe/v2-docs
Draft

docs: v2 docs & landing#4460
jktrn-osec wants to merge 56 commits into
otter-sec:anchor-nextfrom
jktrn-osec:enscribe/v2-docs

Conversation

@jktrn-osec
Copy link
Copy Markdown

No description provided.

@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 24, 2026

Someone is attempting to deploy a commit to the Solana Foundation Team on Vercel.

A member of the Team first needs to authorize it.

@nutafrost nutafrost moved this to In Progress in Anchor V2 Apr 28, 2026
jktrn-osec and others added 16 commits April 28, 2026 16:33
Build and deploy docs-v2 to a stable Vercel staging URL on every push to
enscribe/v2-docs. Uses --prebuilt deploys with vercel build to keep the
runtime minimal. .vercel/ is gitignored.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Astro requires Node >=22.12.0; the runner's default is 20.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Regenerate favicon set from docs/app/icon.ico (the 512x512 Anchor logo
already used in v1) at 32, 96, 180, 192, and 512 px. Drop the Roundcube
SVG and astro-erudite Apple title that came in with the template, and
fix the rCTF webmanifest.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
…styles

Vite's CSS minifier drops the `@layer theme, base, components, utilities;`
order declaration that Tailwind v4 emits in dev. The production bundle's
implicit layer order then lets the base preflight (`* { margin: 0 }`,
`h1-h6 { font-size: inherit }`) override every prose rule, so paragraphs
render flush and headings collapse to body size. Pinning prose to
`utilities` (the highest of Tailwind's built-in layers) keeps it above
preflight regardless of how the order shakes out post-minify.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
jktrn-osec and others added 4 commits April 29, 2026 17:29
The previous fade used plain opacity keyframes, so at the midpoint both
the old and new snapshots sat at ~50% opacity simultaneously and the
page read as a faint ghost rather than a clean swap. Switch to Astro's
own astroFadeIn / astroFadeOut keyframes (already in the bundle from
viewtransitions.css), which set mix-blend-mode: plus-lighter so the
alpha sums to 1 across the transition.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

on:
push:
branches: [enscribe/v2-docs]
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like this needs updating

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants