From 77df861de68ff865208ba5c49beae443d8a3ca51 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 01:50:48 +0000 Subject: [PATCH 1/2] docs: apply brand tone and writing style fixes to widget page --- assistant/widget.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/assistant/widget.mdx b/assistant/widget.mdx index 81bdc63f1..d5b5796f1 100644 --- a/assistant/widget.mdx +++ b/assistant/widget.mdx @@ -37,7 +37,7 @@ Use the playground to configure the presentation, visual options, and observer h Replace `YOUR_WIDGET_ID` in the generated code with the widget ID from the [Widget](https://app.mintlify.com/settings/deployment/widget) page of your dashboard. -After you add the generated code to your site, reload the page. Confirm the trigger appears, then click it and send a test question to verify the widget is connected. +After you add the generated code to your site, reload the page. Confirm the trigger appears, then click it and send a test question to verify the connection. @@ -159,7 +159,7 @@ Pass this object to `init()`. | `theme` | `light`, `dark`, `system` | Sets the widget color scheme. The default is `system`. | | `accent` | CSS color | Sets the color of primary controls. | | `radius` | CSS border radius | Sets the panel radius, such as `18px`. | -| `font` | CSS font family | Uses a font already loaded by your application. The default is bundled Inter. | +| `font` | CSS font family | Uses a font already loaded by your application. The default is Inter, which the widget bundles. | | `side` | `top`, `bottom`, `left`, `right`, `inline-start`, `inline-end` | Positions the built-in trigger on a screen edge. | | `align` | `start`, `center`, `end` | Aligns the trigger along its selected edge. | | `dismissOnInteractOutside` | boolean | Controls whether pointer or focus interactions outside close the assistant. | @@ -176,7 +176,7 @@ Arbitrary CSS and neutral-palette overrides are not supported. The closed Shadow | `trigger` | string or `null` | Sets the compact widget and panel trigger text. | | `placeholder` | string or `null` | Sets the composer and modal trigger placeholder. | | `disclaimer` | string, `false`, or `null` | Sets the empty-state disclaimer. Pass `false` to hide it. | -| `suggestions` | string or `null` | Sets the heading above starter questions. The default is `Suggestions`. | +| `suggestions` | string or `null` | Sets the heading preceding starter questions. The default is `Suggestions`. | ### `AssistantHooks` @@ -241,7 +241,7 @@ Pass this object to `update()`. Every field is optional, and `null` restores its Conversation snapshots remain private to the widget. Each method resolves to `void`. -## Content Security Policy +## Content security policy If your site uses a Content Security Policy, allow the origins required by your enabled widget features: From 92bd211839aa9bd270d8c76ee926ad40f70936eb Mon Sep 17 00:00:00 2001 From: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> Date: Tue, 28 Jul 2026 08:26:08 -0700 Subject: [PATCH 2/2] Update assistant/widget.mdx --- assistant/widget.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assistant/widget.mdx b/assistant/widget.mdx index d5b5796f1..b5fcc4f65 100644 --- a/assistant/widget.mdx +++ b/assistant/widget.mdx @@ -241,7 +241,7 @@ Pass this object to `update()`. Every field is optional, and `null` restores its Conversation snapshots remain private to the widget. Each method resolves to `void`. -## Content security policy +## Content Security Policy If your site uses a Content Security Policy, allow the origins required by your enabled widget features: