Skip to content

docs: update README to match the current build and hosting setup - #538

Merged
fzipi merged 4 commits into
mainfrom
docs/readme-update
Aug 21, 2026
Merged

docs: update README to match the current build and hosting setup#538
fzipi merged 4 commits into
mainfrom
docs/readme-update

Conversation

@fzipi

@fzipi fzipi commented Aug 17, 2026

Copy link
Copy Markdown
Member

The README had drifted from the repository. Corrections:

  • Hugo version: said >= 0.123.0; package.json pins hugo-extended ^0.163.0 and .github/workflows/test.yml builds with 0.163.1.
  • Installing Hugo: npm install provides Hugo extended via the hugo-extended package, so a system-wide install is optional. This was not mentioned.
  • Build commands: documented hugo serve only. Added a table of the npm scripts that exist, including dev:start:with-pagefind, which is the only way site search works locally.
  • Hosting: said merges are pushed to 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.
  • Additions: Node version pinned in .tool-versions, the devcontainer, the separate hugo -s subsite/docs build that CI merges into public/docs, and what the test workflow checks.
  • Badge label read "Check Links"; the workflow builds the sites and runs the link check.

Stale npm output (package counts from an old npm install) was dropped.

🤖 Generated with Claude Code

- 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>
@coderabbitai

coderabbitai Bot commented Aug 17, 2026

Copy link
Copy Markdown
Contributor

Warning

Review limit reached

@fzipi, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 52 minutes

Limit details: You’ve used the included review currently available.

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?

Wait for the limit to reset, then comment @coderabbitai review or push new commits to the PR.

An organization admin can change what happens after included review limits in Billing.

How do review limits work?

CodeRabbit enforces per-developer PR review limits within each organization.

For paid Pro and Pro+ reviews, CodeRabbit uses a developer's included PR review attempts over the past 7 days to set the current hourly allowance. At typical activity levels, the full plan allowance applies. Higher sustained activity can lower the allowance until earlier attempts leave the 7-day window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 68ba6498-27c3-4c51-891c-ea4bc0207fd0

📥 Commits

Reviewing files that changed from the base of the PR and between db31804 and aedd762.

📒 Files selected for processing (2)
  • .gitignore
  • README.md

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Aug 17, 2026

Copy link
Copy Markdown

Deploying website with  Cloudflare Pages  Cloudflare Pages

Latest commit: aedd762
Status: ✅  Deploy successful!
Preview URL: https://8166b819.website-1u6.pages.dev
Branch Preview URL: https://docs-readme-update.website-1u6.pages.dev

View logs

@fzipi
fzipi enabled auto-merge August 20, 2026 12:23
@fzipi

fzipi commented Aug 20, 2026

Copy link
Copy Markdown
Member Author

@coderabbitai full_review

@coderabbitai

coderabbitai Bot commented Aug 20, 2026

Copy link
Copy Markdown
Contributor

@fzipi I will perform a complete review of pull request #538.

⚠️ Action not completed

Review rate limited.


Your included review limit is currently reached under our Fair Usage Limits Policy. This review may still proceed through usage-based billing if eligible. Your next included review will be available in 59 minutes.

@fzipi fzipi changed the title Update README to match the current build and hosting setup docs: update README to match the current build and hosting setup Aug 20, 2026
@fzipi
fzipi requested a review from theseion August 20, 2026 12:24
fzipi and others added 2 commits August 20, 2026 09:30
.tool-versions is not tracked in this repository and is not gitignored either,
so pointing contributors at it would send them looking for a file that is not
there. There is also no committed Node version pin to redirect the sentence to:
package.json has no engines field, and the test workflow does not use
actions/setup-node.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
mise and asdf write .tool-versions into the working copy, where it showed up as
untracked noise in git status. It is a personal pin rather than a project one,
so ignore it instead of committing it.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@fzipi
fzipi merged commit 23c456f into main Aug 21, 2026
3 checks passed
@fzipi
fzipi deleted the docs/readme-update branch August 21, 2026 03:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants