Skip to content

docs: add Cloud DWH adapters, fix icons, rebrand Vertica to OpenText#2166

Merged
haritamar merged 4 commits intodocsfrom
devin/1774217665-add-cloud-dwh-adapters
Mar 23, 2026
Merged

docs: add Cloud DWH adapters, fix icons, rebrand Vertica to OpenText#2166
haritamar merged 4 commits intodocsfrom
devin/1774217665-add-cloud-dwh-adapters

Conversation

@devin-ai-integration
Copy link
Contributor

@devin-ai-integration devin-ai-integration bot commented Mar 22, 2026

Summary

Adds "Coming soon" placeholder pages for 5 new data warehouse adapters to the Cloud docs, mirroring the adapters recently added to OSS docs in PR #2136:

  • DuckDB
  • Spark
  • Fabric
  • SQL Server
  • Vertica

Each page follows the same structure as the existing Trino "Coming soon" page — a Card linking to the Tally interest form. Adapter cards with SVG icons were added to connect-dwh-cards.mdx, and navigation entries were added to docs.json.

Dremio was excluded since it already exists in Cloud docs.

Updates since last revision

  • Fixed Hex BI card icon in bi-cards.mdx — replaced the Cloudinary-hosted <img> tag with an inline SVG. Mintlify treats <img> tags inside the icon prop as full-width content (with an expand button), not as icons — this was the root cause of the persistent misalignment. The new SVG uses the actual HEX block-letter paths sourced from hex.tech, rendered as pink (#E8A0B8) text on a dark (#2D2B3D) rounded-rect background, sized to 35×35 to match other cards.

  • Added Trino card with logo to connect-dwh-cards.mdx — the Trino page already existed but was missing from the integrations card grid. SVG icon (bunny mascot) sourced from the OSS adapters-cards.mdx, sized to 35×35.

  • Replaced Trino page icon — the Trino "Coming soon" page (trino.mdx) previously displayed a text-based "COMING SOON" SVG. It now uses the same bunny mascot SVG as the card, sized to 40×40.

  • Rebranded Vertica to OpenText icon — replaced the old Vertica chevron logo with the OpenText icon mark (blue gradient square with "ot" symbol, extracted from opentext.com) in three locations:

    • Cloud card (connect-dwh-cards.mdx)
    • Cloud page (vertica.mdx)
    • OSS card (adapters-cards.mdx)

    Each instance uses a unique gradient ID (vertica_cloud_ot_gradient, vertica_page_ot_gradient, vertica_oss_ot_gradient) to avoid SVG ID collisions.

Review & Testing Checklist for Human

  • Verify Hex card icon looks correct — the SVG was manually constructed from path data on hex.tech. The pink block-letter "HEX" on dark background should visually match the Hex brand. Check that it is properly aligned and sized consistently with adjacent BI cards (Tableau, Looker, Power BI, Sigma, ThoughtSpot) in the deploy preview. The colors (#2D2B3D background, #E8A0B8 letters) and the scale/position transform may need tweaking.
  • Verify OpenText icon is the correct logo — the SVG was extracted from the opentext.com website header. It's the blue-gradient square icon mark with the "ot" symbol inside. Confirm this matches what was intended by "the one with the blue background" and renders properly at 35×35 on cards and 40×40 on the Vertica page.
  • Verify Trino bunny mascot renders on card and page — the icon is a detailed multi-path SVG. Confirm it displays cleanly at both 35×35 (card) and 40×40 (page) and isn't clipped or distorted.
  • Verify Vertica/OpenText logo renders in OSS docs — the OSS adapters-cards.mdx was also updated. Confirm the OpenText icon appears correctly on the OSS adapters page too.
  • Spot-check all new DWH cards — open the integrations page in the deploy preview and confirm all cards (DuckDB, Spark, Fabric, SQL Server, Vertica, Trino) show correct icons and link to the correct Tally form URLs.

Notes

  • SVGs for new adapter cards sourced from docs/snippets/oss/adapters-cards.mdx (added in PR docs: add DuckDB, Dremio, Spark, Fabric, SQL Server, and Vertica support to OSS documentation #2136)
  • Hex SVG letter paths sourced from hex.tech website; background and text colors approximated from brand imagery
  • OpenText icon SVG sourced from the opentext.com website header; uses a linearGradient fill (#00008B#1A6AFF)
  • Navigation ordering: new adapters are appended after Trino in docs.json
  • The code-quality CI check failure is pre-existing and unrelated to this PR (typo in detection-and-coverage.mdx, mypy errors in Slack client, missing mintlify CLI in CI)

Link to Devin session: https://app.devin.ai/sessions/a52cd0139c5946069df765941a23a4b5
Requested by: @haritamar

… integrations

Co-Authored-By: Itamar Hartstein <haritamar@gmail.com>
@devin-ai-integration
Copy link
Contributor Author

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment and CI monitoring

@coderabbitai
Copy link

coderabbitai bot commented Mar 22, 2026

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 6535cd9d-9943-4444-84fd-620b64a464a3

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch devin/1774217665-add-cloud-dwh-adapters

Comment @coderabbitai help to get the list of available commands and usage tips.

@mintlify
Copy link

mintlify bot commented Mar 22, 2026

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
elementary 🟢 Ready View Preview Mar 22, 2026, 10:21 PM

Co-Authored-By: Itamar Hartstein <haritamar@gmail.com>
@devin-ai-integration devin-ai-integration bot changed the title docs: add DuckDB, Spark, Fabric, SQL Server, and Vertica to Cloud DWH integrations docs: add Cloud DWH adapter cards and fix Hex BI card alignment Mar 22, 2026
… replace Vertica logo with OpenText

Co-Authored-By: Itamar Hartstein <haritamar@gmail.com>
@devin-ai-integration devin-ai-integration bot changed the title docs: add Cloud DWH adapter cards and fix Hex BI card alignment docs: add Cloud DWH adapters, fix icons, rebrand Vertica to OpenText Mar 22, 2026
Co-Authored-By: Itamar Hartstein <haritamar@gmail.com>
@haritamar haritamar merged commit d0d4b98 into docs Mar 23, 2026
4 of 5 checks passed
@haritamar haritamar deleted the devin/1774217665-add-cloud-dwh-adapters branch March 23, 2026 13:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant