docs: Reconcile uni-walkthrough into a router page#604
Merged
Conversation
The 566-line single-page walkthrough was orphaned (not in any nav or sidebar, reachable only by direct URL/search), fully duplicated the new Book + module references, used the old "dependency injection" wording, and carried 566 lines of unverified code at risk of the same API drift just found elsewhere. Replace it with a short router page: a "this has moved" note plus a table mapping each former section to its narrative home (the Book) and its reference page. Keeps the URL alive (no 404 for old links/bookmarks) while removing the stale, duplicative content. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Code Review
This pull request replaces the comprehensive, single-page walkthrough in docs/uni-walkthrough.md with a redirection notice and a mapping table. The table guides users to the new, deeper resources: "The Uni Book" and the specific module references. I have no feedback to provide as there are no review comments to evaluate.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
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.
docs/uni-walkthrough.mdwas a 566-line single-page tour that is now orphaned (not referenced in any nav, sidebar, or index — reachable only by direct URL or site search) and fully superseded by The Uni Book (narrative) plus the module references (API). It also still used the old "dependency injection" wording and contained 566 lines of unverified code at risk of the same drift the book-examples PR just found.Rather than delete it (which would 404 any old bookmark or external link), this replaces its content with a concise router page: a short "this has moved" note and a table mapping each former section to its new home — the relevant Book chapter and the relevant reference page. The URL stays alive; the stale code is gone.
pnpm docs:buildpasses (all the/book/*and/core/*targets resolve).🤖 Generated with Claude Code