OPS-1673: Audit & update Integrations & Connections docs#6811
Conversation
Verified the integration/connection docs against the flexgen codebase and fixed inaccuracies: - GitHub: repo visibility is plan-dependent (Free=public, Enterprise=private, Pro=choice), not "private unless you choose public". - Git providers: Azure DevOps is supported; added it to the list. - Database: added a "Connecting a Private or Remote Database" section (IPv4/pooler reachability, Enterprise static-egress allowlisting) and noted the app connects via REFLEX_DB_URL / REFLEX_ASYNC_DB_URL. - Snowflake: added the missing frontmatter (tags + description) so its gallery card renders correctly. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Greptile SummaryThis PR audits and corrects four documentation files for the AI Builder integrations and connections features, fixing factual inaccuracies and filling in missing content verified against the codebase.
Confidence Score: 4/5Safe to merge β all changes are documentation-only with no code or config impact. The factual corrections are well-reasoned and the PR author verified them against the codebase. The only gaps are two omissions of Azure DevOps in the frontmatter description and the cross-reference paragraph of connect_to_github.md β easy one-line fixes that keep the docs internally consistent. The Azure DevOps mentions in connect_to_git_providers.md (frontmatter) and connect_to_github.md (Other Git Providers cross-reference) are the only spots worth a second look before merging. Important Files Changed
|
Merging this PR will degrade performance by 4.15%
|
| Benchmark | BASE |
HEAD |
Efficiency | |
|---|---|---|---|---|
| β | test_get_all_imports[_complicated_page] |
2.8 ms | 3 ms | -4.15% |
Tip
Investigate this regression by commenting @codspeedbot fix this regression on this PR, or directly use the CodSpeed MCP with your agent.
Comparing aditya/ops-1673-audit-update-integrations-connections-docs (19f5a93) with main (052d891)
Footnotes
-
8 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports. β©
Audit of the AI Builder integration/connection docs against the current flexgen product. Verified flows in code before editing.
Fixes in this PR (verified against code)
connect_to_github.md): repo visibility is plan-dependent β Free repos are public, Enterprise repos are always private, Pro chooses. The old "private unless you make them public" was only true for Pro.connect_to_git_providers.md): added Azure DevOps to the supported list (it's supported via the generic git provider).database.md): added a "Connecting a Private or Remote Database" section (must be internet-reachable; IPv4/connection-pooler tip; Enterprise static-egress allowlisting) and noted the app connects viaREFLEX_DB_URL/REFLEX_ASYNC_DB_URL(derived automatically from the single connection input).snowflake.md): added the missing frontmatter (tags+description) β it had none, so its gallery card rendered without a category/subtitle..mdinintegrations-docs/docs/(integration_list.pydoes anos.listdir), soairtable,hubspot, andlangchainshow as integrations β but none of them are registered inflexgen/integrations/__init__.py, so they don't exist in the product. Either remove these three pages (+ their sidebar entries) or re-register the integrations. Didn't delete unilaterally.Still open for the ticket's DoD
database.mdhas none; the GitHub page's screenshots weren't re-verified against current UI.database.mdsays "Settings drawer (gear icon) β Integrations tab" β I couldn't confirm this path against the current UI; worth a visual check.overview.mdimportsfrom pcweb.pages...while the docs app exposesreflex_docs.pages...; verify which site consumes it.Linear: OPS-1673
π€ Generated with Claude Code