Hide draft content#496
Conversation
|
Warning Rate limit exceeded
You’ve run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After the wait time has elapsed, 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 have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (40)
📝 WalkthroughWalkthroughThis PR restructures deployment documentation by marking five legacy deploy-operate guides as draft, standardizing prerequisites text in self-hosted guides by removing Ballerina-specific qualifiers, and updating sidebar navigation to reflect the organizational changes. ChangesDeployment Documentation Restructuring
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 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 |
There was a problem hiding this comment.
Pull request overview
This PR aims to hide in-progress (“draft”) deployment documentation from the published navigation by removing several docs from the Deploy sidebar and marking the corresponding pages as drafts. It also standardizes prerequisite wording in the self-hosted deployment guides.
Changes:
- Removed several deployment docs (OpenShift + multiple
deploy-operate/deploy/*pages) from the Deploy sidebar. - Marked selected deployment pages as
draft: truein frontmatter to hide them from publication. - Simplified prerequisites wording in self-hosted deployment docs (“A WSO2 Integrator project”).
Reviewed changes
Copilot reviewed 10 out of 10 changed files in this pull request and generated 7 comments.
Show a summary per file
| File | Description |
|---|---|
| en/sidebars.ts | Removes draft/legacy deployment pages from the Deploy → Self-Hosted sidebar list. |
| en/docs/deploy/self-hosted/run-locally.md | Updates prerequisites wording. |
| en/docs/deploy/self-hosted/docker.md | Updates prerequisites wording. |
| en/docs/deploy/self-hosted/kubernetes.md | Updates prerequisites wording. |
| en/docs/deploy/self-hosted/openshift.md | Marks OpenShift page as draft and updates prerequisites wording. |
| en/docs/deploy-operate/deploy/serverless-deployment.md | Marks serverless deployment page as draft. |
| en/docs/deploy-operate/deploy/aws-azure-gcp.md | Marks cloud providers deployment page as draft. |
| en/docs/deploy-operate/deploy/graalvm-native-images.md | Marks GraalVM native images page as draft. |
| en/docs/deploy-operate/deploy/environments.md | Marks environments page as draft. |
| en/docs/deploy-operate/deploy/scaling-high-availability.md | Marks scaling/HA page as draft. |
Purpose
Goals
Approach
User stories
Release note
Documentation
Training
Certification
Marketing
Automation tests
Security checks
Samples
Related PRs
Migrations (if applicable)
Test environment
Learning
Summary by CodeRabbit
Documentation
Chores