docs: v2 docs & landing#4460
Draft
jktrn-osec wants to merge 56 commits into
Draft
Conversation
|
Someone is attempting to deploy a commit to the Solana Foundation Team on Vercel. A member of the Team first needs to authorize it. |
ab70309 to
2afb7e9
Compare
8686b58 to
b7880ac
Compare
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>
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>
…s-fade" This reverts commit 1a8c53e.
This reverts commit e226059.
jamie-osec
reviewed
May 12, 2026
|
|
||
| on: | ||
| push: | ||
| branches: [enscribe/v2-docs] |
Collaborator
There was a problem hiding this comment.
Looks like this needs updating
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.