docs: redraw site as a technical service manual - #255
Draft
toeknee-figma wants to merge 1 commit into
Conversation
## Describe Redraw the docs from PR #247 as a readable service manual while keeping its content and tools intact. - Replace the terminal grid with a numbered manual index, source-backed plate coordinates, manifests, rules, and restrained light and dark themes. - Add a semantic exploded content diagram whose native inspection control reveals the real guide, section, and package records. - Keep search, theme persistence, code copy, local contents, keyboard focus, reduced motion, responsive navigation, and static export behavior. ## Test Plan - `pnpm --filter @flatbread/docs test` — 19 files and 243 tests pass. - `pnpm --filter @flatbread/docs typecheck` and `pnpm lint` pass. - `pnpm docs:build` exports both the root and `/flatbread` base-path sites. - Checked home, guide, table, code, search, theme, and inspection flows at 1280px and 375px in both themes, including reduced motion and keyboard focus. Change-Id: Ib30718ec3432bd27862b339e6ff357f721984159
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.
Describe
Redraw the docs from PR #247 as a readable service manual while keeping its content and tools intact.
Test Plan
pnpm --filter @flatbread/docs test— 19 files and 243 tests pass.pnpm --filter @flatbread/docs typecheckandpnpm lintpass.pnpm docs:buildexports both the root and/flatbreadbase-path sites.