feat(docs): reorder landing — phase kits after ribbon, foundation+accelerators in 2 cols#11
Merged
danielmeppiel merged 1 commit intomainfrom May 8, 2026
Merged
Conversation
…elerators in 2 cols Old order: SDLC ribbon → Foundation → Accelerators → Phase kits. The phase kits are the marketplace's headline content — burying them below Foundation forced the eye to scroll past two single-card sections to reach what most devs actually want. New order: 1. SDLC ribbon 2. Phase kits (full-width grid, right where the ribbon points) 3. Foundation | Accelerators (side-by-side, two columns) Foundation and Accelerators are short (1 card each today) so a 2-col layout uses the available width sensibly and visually pairs the 'mandatory floor' with the 'opt-in episodic' counterpart. Collapses to single column under 60rem viewport. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.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.
Reorder landing for stronger information scent
Old order: SDLC ribbon → Foundation → Accelerators → Phase kits.
Problem: the SDLC ribbon points the developer at phase kits, but the page then makes them scroll past two single-card sections (Foundation, Accelerators) before getting to them.
New order:
Foundation and Accelerators each have one card today; pairing them visually reinforces the relationship — mandatory floor on the left, opt-in episodic on the right — and uses the page width sensibly instead of stacking two skinny rows.
Collapses to single column under 60rem.
Files
docs/src/content/docs/index.mdx— section reorder, two<section>s wrapped in.landing-two-col.docs/src/styles/custom.css—.landing-two-colgrid + responsive collapse.Verified
npm run build→ 25 pages green. Rendered HTML confirms the new section order and thelanding-two-colwrapper.Co-authored-by: Copilot 223556219+Copilot@users.noreply.github.com