Split TOML reference docs by role#448
Conversation
# Conflicts: # en/docs/reference/config/configuration-management.md
|
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 (3)
✨ 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.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@en/docs/reference/project/ballerinatoml-reference.md`:
- Line 233: Replace the relative link target "cloudtoml-reference.md" in the
list item that starts with "[Cloud.toml reference]" with the normalized absolute
path "/docs/reference/project/cloudtoml-reference" (remove the .md extension) so
it matches the PR's absolute-link convention; update the link target in the
markdown line containing the "Cloud.toml reference" text accordingly.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
Run ID: 0201b3fb-ca60-4f49-9ae6-95cecbd40527
📒 Files selected for processing (8)
en/docs/deploy/self-hosted/docker.mden/docs/deploy/self-hosted/kubernetes.mden/docs/deploy/self-hosted/openshift.mden/docs/reference/config/configtoml-reference.mden/docs/reference/project/ballerinatoml-reference.mden/docs/reference/project/cloudtoml-reference.mden/docs/reference/reference.mden/sidebars.ts
Purpose
Ballerina.tomlandCloud.tomlreferences out ofReference > Configurationinto a newReference > Projectsibling category. The previous grouping conflated runtime configuration (Config.toml,configuration-management) with package-root descriptors (Ballerina.toml,Cloud.toml) — these are different concerns and readers look them up differently.run-locally; Config.toml points toconfiguration-management.[Connections](managing-connections.md)link inconfiguration-management.md.docker.md,kubernetes.md, andopenshift.mdto the relocated Cloud.toml reference at the first descriptive mention of the file..md(e.g./docs/reference/project/cloudtoml-reference), matching the dominant pattern used elsewhere for cross-section navigation.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
Cloud.tomlconfiguration fields are optional, with compiler-inferred defaults.