release: satisfy validate-docs for v1.2.7#596
Conversation
Rebuild the public docs around ADE's real feature set (grounded in docs/features/**): correct lane model (primary lane + worktree/child/ import/attach), add Review, iOS Simulator, Automations, GitHub, and troubleshooting pages, consolidate Integrations (GitHub + Linear) and AI Connections, swap the stale green logo for the real purple brand, and wire the full /media library into the pages. Adds the v1.2.7 changelog. Docs-only — no app code touched. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Force-add the brand favicon.png + logo/ade-wordmark.png (the repo gitignores *.png), add the v1.2.7 CHANGELOG.md section + link reference, and point the changelog index card at v1.2.7. Unblocks the release verify job (ci-pass requires green validate-docs on the tag). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
|
Warning Review limit reached
More reviews will be available in 51 minutes and 17 seconds. Learn how PR review limits work. Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file). ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (15)
📒 Files selected for processing (52)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Adds the brand PNGs (gitignored), v1.2.7 CHANGELOG.md entry + link ref, and changelog index card. Unblocks the v1.2.7 release verify job. Docs-only. 🤖 Generated with Claude Code
Greptile Summary
Confidence Score: 4/5
The release documentation update is mostly safe, but a couple of existing product links now point to removed documentation routes.
The changed docs structure and route references were checked closely enough to identify the remaining broken-link risk without indications of broader runtime impact.
docs.json and the hardcoded docs-link callers in apps/desktop/src/renderer/onboarding/docsLinks.ts and apps/web/src/components/editorial/IndexPage.tsx need attention.
What T-Rex did
Comments Outside Diff (1)
docs.json, line 57-61 (link)This docs restructure removes or moves pages that are still referenced by hardcoded product and web links.
apps/desktop/src/renderer/onboarding/docsLinks.tsstill exposesdocs.lanesPacksas/docs/lanes/packsafterlanes/packs.mdxwas removed, andapps/web/src/components/editorial/IndexPage.tsxstill linksLinear syncto/cto/linearafter the Linear docs moved tointegrations/linear.mdx. Those flows now send users to deleted pages. Please either restore or alias these old routes, or update the product links to the replacement pages.Artifacts
Repro: generated docs link validation script
Repro: failing docs link validation output
Prompt To Fix With AI
Prompt To Fix All With AI
Reviews (1): Last reviewed commit: "release: satisfy validate-docs for v1.2...." | Re-trigger Greptile