Track reference.adoc for website generation#24
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
💤 Files with no reviewable changes (1)
✅ Files skipped from review due to trivial changes (1)
📝 WalkthroughWalkthroughThe pull request removes a Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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 |
Remove reference.adoc from .gitignore so it can be tracked in git. This allows the website build (Antora) to pull the file from the repository and include it in the documentation site. Ref: EC-1686 Signed-off-by: Rob Nester <rnester@redhat.com> Made-with: Cursor
9aad111 to
fa906fa
Compare
Summary
Remove
reference.adocfrom.gitignoreso it can be tracked in git. This allows the website build (Antora) to pull the file from the repository and include it in the documentation site.Previously,
reference.adocwas incorrectly added to.gitignorewhen the crds structure was extracted from enterprise-contract-controller. This meant the file was never committed, and Antora couldn't access it when building the website documentation.Changes
docs/modules/ROOT/pages/reference.adocfrom.gitignorereference.adocfile to version controlTest Plan
make allgenerates docs,git diffchecks for uncommitted changes)Ref: EC-1686