fix(integrations): fix icons, redirects, and empty expandables#45
fix(integrations): fix icons, redirects, and empty expandables#45janelletam wants to merge 4 commits into
Conversation
janelletam
commented
Jun 15, 2026
…talized title for getting started section
Greptile SummaryThis PR fixes three categories of issues in the integrations documentation: brand icons for WhatsApp, Telegram, and Messenger are switched from generic Lucide icons to real
Confidence Score: 4/5Safe to merge after confirming the /desk external URL is correct and verifying Telegram/Messenger card links reach their intended pages. The SchemaFields fix is straightforward and correct. The redirect and icon changes are low-risk, but the /desk external URL (https://desk.support.channel/) is unusual and could silently misdirect users if it's a typo, and the Telegram/Messenger hrefs may point to non-existent routes if those guides have the same structure as WhatsApp. astro.config.mjs (the /desk redirect destination) and introduction.mdx (Telegram/Messenger card hrefs) Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A["/tutorial"] -->|redirect| B["baseUrl/tutorial/introduction"]
C["/integrations"] -->|redirect| D["baseUrl/integrations/get-started/introduction"]
E["/integrations/integration-guides/whatsapp"] -->|redirect| F["baseUrl/.../whatsapp/introduction"]
G["/integrations/integration-guides/hitl"] -->|redirect| H["baseUrl/.../hitl/introduction"]
I["/studio"] -->|redirect| J["baseUrl/studio/introduction"]
K["/desk"] -->|redirect| L["https://desk.support.channel/"]
style L fill:#ffe0b2,stroke:#f57c00
style K fill:#ffe0b2,stroke:#f57c00
Reviews (1): Last reviewed commit: "fix(integrations): hide empty expandable..." | Re-trigger Greptile |