Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 10 additions & 3 deletions support.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,16 @@ icon: "circle-help"
description: "We're here to help you get the most out of Mintlify"
---

<Card title="Ask our docs" icon="message-circle-question" href="https://mintlify.com/docs/quickstart?share_chat=3524d1e4-c8bb-4367-87f8-4eb8be8edf4b">
Ask our AI chat assistant that's been trained on our documentation.
</Card>
export function openSearch(e) {
e.preventDefault();
document.getElementById('search-bar-entry').click();
}

<div onClick={openSearch} style={{ cursor: 'pointer' }}>
<Card title="Ask our docs" icon="message-circle-question" href="https://mintlify.com/docs" arrow={true}>
Ask our AI chat assistant that's been trained on our documentation.
</Card>
</div>

<CardGroup cols={2}>
<Card title="Dashboard widget" icon="messages-square" href="https://dashboard.mintlify.com/">
Expand Down