Update README to match the current build and hosting setup - #538
Conversation
- Hugo extended >= 0.163.0, installed via the hugo-extended npm package - Document the npm scripts, including the Pagefind variant for local search - Note the pinned Node version, the devcontainer, and the separate docs build - Replace the coreruleset.github.io preview note with Cloudflare Pages Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
|
Warning Review limit reached
Next review available in: 2 minutes Limit details: You’ve used all 1 included review currently available under your plan. You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. 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. 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 |
Deploying website with
|
| Latest commit: |
7ddfc49
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://83aa7fa6.website-1u6.pages.dev |
| Branch Preview URL: | https://docs-readme-update.website-1u6.pages.dev |
The README had drifted from the repository. Corrections:
>= 0.123.0;package.jsonpinshugo-extended ^0.163.0and.github/workflows/test.ymlbuilds with 0.163.1.npm installprovides Hugo extended via thehugo-extendedpackage, so a system-wide install is optional. This was not mentioned.hugo serveonly. Added a table of the npm scripts that exist, includingdev:start:with-pagefind, which is the only way site search works locally.coreruleset.github.io/website/for preview. The site runs on Cloudflare Pages, with per-PR preview deployments; the old link was also missing its scheme, so it rendered as a relative path..tool-versions, the devcontainer, the separatehugo -s subsite/docsbuild that CI merges intopublic/docs, and what the test workflow checks.Stale npm output (package counts from an old
npm install) was dropped.🤖 Generated with Claude Code