docs: add Connector Tool documentation under Integration Tools#552
docs: add Connector Tool documentation under Integration Tools#552vishwajayawickrama wants to merge 3 commits into
Conversation
Add comprehensive documentation for the `bal connector` tool, an AI-assisted CLI tool that automates connector generation from OpenAPI specifications. The documentation covers: - Full OpenAPI workflow with 5-stage pipeline (sanitize, client, tests, examples, docs) - Command reference with all flags and options - Practical workflow examples (full pipeline, filtered generation, remote methods) - Support for API spec updates with sanitation reapplication Changes: - New doc: en/docs/develop/tools/integration-tools/connector-tool.md with pre-release badge - Updated en/docs/develop/tools/tools.md to list Connector Tool in Integration Tools section and Quick Reference table - Updated en/sidebars.ts to add connector-tool to Integration Tools sidebar navigation
|
Warning Review limit reached
More reviews will be available in 43 minutes and 29 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more credits in the billing tab to continue. ⌛ How to resolve this issue?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 credits. 🚦 How do rate limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan refill rate. 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, the refill rate gradually slows as usage increases. The highest same-day bursts are limited more strictly. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughAdds a new ChangesConnector Tool Documentation
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 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 |
Broken links, images & orphan pages
Links/images come from one crawl of the production build (baseUrl-aware). Orphans are docs not referenced by Summary
Broken links & imagesIntroduced by this PRNo new broken link(s)/image(s) introduced by this PR. ✅ Already on
|
Purpose
Document the
bal connectortool to help developers discover and learn how to use it for automating production-ready Ballerina connector generation from OpenAPI specifications.Approach
Created a new documentation page following the pattern of existing integration tools:
en/docs/develop/tools/integration-tools/connector-tool.mdcovering the 5-stage pipeline, command reference, and workflow examplesen/sidebars.tsen/docs/develop/tools/tools.mdRelease note
Added comprehensive documentation for the Connector Tool (
bal connector), enabling developers to generate production-ready Ballerina connectors from OpenAPI specifications using an AI-assisted pipeline.Documentation
Documentation added:
en/docs/develop/tools/integration-tools/connector-tool.mdScreenshots
Summary by CodeRabbit
bal connectortool, including prerequisites, invocation, interactive and stage-skipping options, and connector update workflow.