docs(v3): Restructure documentation - remove numbered prefixes, consolidate sections#89
Merged
doriwilson merged 8 commits intomainfrom Mar 12, 2026
Merged
docs(v3): Restructure documentation - remove numbered prefixes, consolidate sections#89doriwilson merged 8 commits intomainfrom
doriwilson merged 8 commits intomainfrom
Conversation
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
…tion - Create summary.md from pr-mr-summary.md with agent summary structure - Remove 4-what-the-agent-does/ section (duplicated content) - Update data-developer.md with checklist guidance and verification steps - Update data-reviewer.md with review workflow and PR blocking checks - Add checklist.md details for descriptions and approving checks - Add internal links between workflow pages and what-you-can-explore - Update jaffle-shop-tutorial.md to clarify OSS-only scope Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Remove numbered prefixes from all folders (1-whats-recce → whats-recce, etc.) - Consolidate sections: merge 3-visualized-change, 4-downstream-impacts, 5-data-diffing into what-you-can-explore - Move setup files from 2-getting-started to setup-guides - Create new pages: activity.md, oss-workflow.md, cli-commands.md, summary.md - Update all internal links and image paths - Add 61 URL redirects for backwards compatibility - Fix broken links across all documentation - Verify mkdocs build succeeds with all redirects working Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add --port option to recce server command - Add recce --help reference - Add troubleshooting for port conflicts - Add troubleshooting for summary review mode error Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
doriwilson
approved these changes
Mar 12, 2026
Contributor
doriwilson
left a comment
There was a problem hiding this comment.
lgtm, thanks for fixing up the redundancies.
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.
Summary
Complete documentation restructure to improve navigation and maintainability:
1-whats-recce→whats-recce, etc.)what-you-can-exploresetup-guidesfolderNew Structure
Changes
Folder Restructure
1-whats-recce/whats-recce/2-getting-started/getting-started/+setup-guides/3-using-recce/using-recce/3-visualized-change/,4-downstream-impacts/,5-data-diffing/,5-what-you-can-explore/what-you-can-explore/6-collaboration/collaboration/7-reference/,8-technical-concepts/technical-concepts/New Pages
collaboration/activity.md- Per-check activity trackingusing-recce/oss-workflow.md- OSS-specific workflow guideusing-recce/cli-commands.md- CLI reference (Cloud + OSS)what-you-can-explore/summary.md- Data Review Summary featureRedirects
61 redirect rules added to
mkdocs.ymlcovering all old numbered paths.Test Plan
mkdocs buildsucceedsmkdocs serve🤖 Generated with Claude Code