docs: add Cloud DWH adapters, fix icons, rebrand Vertica to OpenText#2166
docs: add Cloud DWH adapters, fix icons, rebrand Vertica to OpenText#2166
Conversation
… integrations Co-Authored-By: Itamar Hartstein <haritamar@gmail.com>
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Co-Authored-By: Itamar Hartstein <haritamar@gmail.com>
… replace Vertica logo with OpenText Co-Authored-By: Itamar Hartstein <haritamar@gmail.com>
Co-Authored-By: Itamar Hartstein <haritamar@gmail.com>
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:
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 todocs.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 theiconprop 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 OSSadapters-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:
connect-dwh-cards.mdx)vertica.mdx)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
adapters-cards.mdxwas also updated. Confirm the OpenText icon appears correctly on the OSS adapters page too.Notes
docs/snippets/oss/adapters-cards.mdx(added in PR docs: add DuckDB, Dremio, Spark, Fabric, SQL Server, and Vertica support to OSS documentation #2136)linearGradientfill (#00008B→#1A6AFF)docs.jsoncode-qualityCI check failure is pre-existing and unrelated to this PR (typo indetection-and-coverage.mdx, mypy errors in Slack client, missingmintlifyCLI in CI)Link to Devin session: https://app.devin.ai/sessions/a52cd0139c5946069df765941a23a4b5
Requested by: @haritamar