Branded docs homepage, Sandworm announcement bar, and Materialize section#562
Draft
Corey-T1000 wants to merge 2 commits into
Draft
Branded docs homepage, Sandworm announcement bar, and Materialize section#562Corey-T1000 wants to merge 2 commits into
Corey-T1000 wants to merge 2 commits into
Conversation
…section Homepage & navigation - New docs homepage (docs-home): developer-focused hero, ambient permission-graph animation echoing the SpiceDB pitch deck, a five-surface index, What's New + Releases, auto light/dark via Sandworm tokens - Announcement bar restyled to the marketing terminal style: mono, sand-300 accents, bracketed CTA, live (hourly-cached) GitHub star count, and a cli-spinners "hamburger" cursor that runs on load, rests, and reruns on hover - Navbar logo shows "/docs"; primary CTA uses the Sandworm button style Materialize - Promote Materialize from a single concept page to a top-level section (getting-started / concepts / guides / api); update nav and inbound links Fixes - discovering-spicedb: HTTP/JSON reference pointed at SwaggerHub; now links to the local Swagger page (/spicedb/api/http-api) Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Contributor
|
CLA Assistant Lite bot: I have read the CLA Document and I hereby sign the CLA You can retrigger this bot by commenting recheck in this Pull Request |
Contributor
|
Preview deployment status for this pull request.
|
- Landing-page links 404'd under the deploy's basePath (/docs): the homepage used plain <a href="/..."> which Next doesn't prefix. Route internal links through next/link (external stay anchors) so basePath is applied. - The home takeover made the navbar fully transparent (killed the blur bg), so scrolled content showed through it. Restore Nextra's themed navbar background; only soften the border. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
What
A docs refresh in three parts, all on this branch.
Homepage & top nav
components/docs-home.*): developer-focused hero ("Everything you need to build with SpiceDB" + a standfirst that names the reference depth — schema modeling, client SDKs, gRPC/HTTP), an ambient permission-graph animation echoing the SpiceDB pitch-deck visuals (a teal node field with colored "checks" that resolve along the graph), a five-surface Docs Index, and What's New / Releases.sand-300accents, bracketed CTA, live GitHub star count (server-fetched, cached hourly, with a static fallback), and a cli-spinners "hamburger" cursor that runs a short burst on load, rests, and reruns on hover. Now also shown on the homepage./docs; primary CTA adopts the Sandworm button style (mono, high-contrast fill, magenta on hover).Materialize
getting-started/concepts/guides/api); nav (_meta.ts) and inbound links updated.Fix
discovering-spicedb: the HTTP/JSON reference linked to SwaggerHub — now points to the local Swagger page (/spicedb/api/http-api).Notes
prefers-reduced-motion._meta.ts/page.mdx; happy to split if reviewers prefer.🤖 Generated with Claude Code