diff --git a/support.mdx b/support.mdx index 2a8afedd7..304b43a60 100644 --- a/support.mdx +++ b/support.mdx @@ -4,9 +4,16 @@ icon: "circle-help" description: "We're here to help you get the most out of Mintlify" --- - - Ask our AI chat assistant that's been trained on our documentation. - +export function openSearch(e) { + e.preventDefault(); + document.getElementById('search-bar-entry').click(); +} + +
+ + Ask our AI chat assistant that's been trained on our documentation. + +