From 13cd221fe5442c9779c76d775d8ea7e4cf47acdc Mon Sep 17 00:00:00 2001 From: ManishMadan2882 Date: Tue, 18 Feb 2025 14:19:53 +0530 Subject: [PATCH] (feat:widget) udpate docs --- docs/pages/Extensions/chat-widget.mdx | 1 + docs/pages/_app.mdx | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/pages/Extensions/chat-widget.mdx b/docs/pages/Extensions/chat-widget.mdx index 4cc887dc..5eae2fc9 100644 --- a/docs/pages/Extensions/chat-widget.mdx +++ b/docs/pages/Extensions/chat-widget.mdx @@ -143,6 +143,7 @@ The DocsGPT Widget offers a range of customizable properties that allow you to t | **`buttonIcon`** | `string` | `"https://your-icon"` | URL for the icon image used in the widget's launch button. | | **`buttonBg`** | `string` | `"#222327"` | Background color of the widget's launch button. | | **`size`** | `"small" \| "medium"` | `"medium"` | Size of the widget. Options: `"small"` or `"medium"`. Defaults to `"medium"`. | +| **`showSources`** | `boolean` | `false` | Enables displaying source URLs for data fetched within the widget. When set to `true`, the widget will show the original sources of the fetched data. | --- diff --git a/docs/pages/_app.mdx b/docs/pages/_app.mdx index 0111cd96..e7fcf8c5 100644 --- a/docs/pages/_app.mdx +++ b/docs/pages/_app.mdx @@ -4,7 +4,7 @@ export default function MyApp({ Component, pageProps }) { return ( <> - + ) } \ No newline at end of file