docs: turn intro-video visuals into a Taskplane Overview microsite#583
Merged
Conversation
Renames docs/video/visuals/ to docs/taskplane-overview/ and reframes the deck as a GitHub Pages microsite rather than video-production artifacts. - Move every page (01-17, index, shared CSS, dashboard screenshot) into docs/taskplane-overview/. Git recognizes these as renames. - Drop the now-defunct introduction-to-taskplane-storyboard.md; rethinking the video angle separately. - Rename _shared.css -> shared.css (no leading underscore needed for a microsite path). - Add taskplane-word-white.svg wordmark and integrate it into the centered eyebrow header on every page. .eyebrow switched from flex (space-between) to a 1fr/auto/1fr grid so the logo is truly centered regardless of title/nav widths. Logo height is pinned to --fs-lg so the eyebrow row height doesn't grow. - Index: highlight the first card with a 'Start here' badge and a green outlined treatment, mirroring page 16's '★ The critical step' visual language — gentle nudge for first-time readers.
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.
Reframes the intro-video supporting visuals as a GitHub-Pages-ready slide deck under
docs/taskplane-overview/.Scope
docs/video/visuals/→docs/taskplane-overview/(git detects 20 file renames cleanly).docs/video/introduction-to-taskplane-storyboard.md. The video angle is being rethought separately; the storyboard lives outside the repo for now._shared.css→shared.css(no leading underscore for a public microsite path).Content changes
taskplane-word-white.svgwordmark..eyebrowswitched from flex (space-between) to a1fr / auto / 1frgrid, with the wordmark sitting in the center column. Logo height is pinned to--fs-lg(matches existing nav-arrow line-height) so the eyebrow row does not grow taller. Grid-based centering means the logo is truly centered regardless of how wide the title or nav columns end up.index.htmlnow wears the same visual treatment as the '★ The critical step' badge on page 16 — green outline, surface-2 background, faint inset glow, and a floating uppercase pill in the top-right corner. Gentle nudge for first-time readers without disrupting the existing color rhythm.Why no release
Pure docs/asset reorganization — no runtime, CLI, config, or schema changes. No CHANGELOG entry needed.
Validation
shared.cssandtaskplane-word-white.svgresolve relatively.