Pointed the documentation preview links at 'phptui-docs.netlify.app'. - #156
Conversation
|
Warning Review limit reachedYou’ve reached a temporary PR review limit under our Fair Usage Limits Policy. Next review available in: 28 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
Comment |
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #156 +/- ##
=======================================
Coverage 98.05% 98.05%
=======================================
Files 150 150
Lines 6054 6054
=======================================
Hits 5936 5936
Misses 118 118 ☔ View full report in Codecov by Harness. |
Summary
Points the three documentation preview links at
phptui-docs.netlify.app, completing the package rename. The Netlify site was renamed alongside the package, so the oldtui-docs.netlify.applinks in the two root markdown files were the last references still carrying the previous name.These links were deliberately left out of the rename PR: changing them before the Netlify site was renamed would have pointed readers at a host that did not yet exist. Now that it does, they can move.
Changes
README.md: the in-development documentation preview link, and the Contributing guide link in the contributing section.CONTRIBUTING.md: the Contributing guide link at the top.No workflow change is needed.
.github/workflows/test-docs.ymldeploys through theNETLIFY_SITE_IDsecret rather than a hardcoded site name, so the Netlify rename flows through to CI without a code change.Verification
https://phptui-docs.netlify.app/contributingreturns 200 and serves the built page.composer lint- PHPCS, PHPStan level 9 and Rector all clean.composer test- 2918 tests, 6445 assertions, all passing.drevops/tui,DrevOps\Tui,TUI_andtui-docsacross the tree now returns nothing, so no reference to the previous name remains.originremote, the repository URL, the Codecov and shields badges, and the Packagist listing all resolve under the new name.Before / After