This repository was archived by the owner on May 29, 2026. It is now read-only.
feat(pages): cobalt hero + intro lede across apps, solutions, sidecars#83
Merged
Conversation
Adds background="cobalt" to <DetailHero/> on all 17 app pages, all 6
solution pages, and all 8 sidecar pages so the marketing hero matches
the per-app docs sites (openregister.conduction.nl etc).
For the 15 app pages that carried a standalone prose paragraph between
<DetailHero/> and the first <Section> (the SEO/intro blurb), that prose
is now passed via the new intro={<>...</>} prop on DetailHero. Previously
the prose sat at MDX-root and stretched edge-to-edge because the
marketing-page MDXPage swizzle deliberately has no width container;
inside the hero, the preset's .intro rule constrains it to a 70ch read
measure and renders it cobalt-100 on the cobalt panel.
Requires @conduction/docusaurus-preset version that ships the intro
prop (design-system main 92549b0). Until that preset version is on npm,
the intro paragraphs will render but as an unrecognised prop (silently
dropped); coordinate the npm publish + package.json bump before merging
this commit into a release branch.
The 3.11.0 preset ships the new DetailHero intro prop consumed by the 31 marketing pages in the previous commit.
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Summary
Applies the cobalt-bg hero treatment (already in use on the per-app docs sites at
{slug}.conduction.nl) to the marketing site's app, solution, and sidecar pages.background=\"cobalt\"to<DetailHero/>on all 17 app pages, all 3 remaining solution pages, and all 8 sidecar pages.<DetailHero/>into the newintro={<>...</>}prop on the hero. Previously that prose sat at MDX-root and stretched edge-to-edge (the marketing-page MDXPage swizzle has no width container by design); inside the hero, the preset's.introrule constrains it to a 70ch read-measure with cobalt-100 text on the cobalt panel.@conduction/docusaurus-presetto^3.11.0(ships the newintroprop, released 2026-05-19).Locally verified against
openregister.conduction.nlstyling on/apps/openregister/,/solutions/woo/,/sidecars/n8n/.Test plan
npm run build)