(feat:widget) udpate docs

This commit is contained in:
ManishMadan2882
2025-02-18 14:19:53 +05:30
parent 67e37f1ce1
commit 13cd221fe5
2 changed files with 2 additions and 1 deletions

View File

@@ -4,7 +4,7 @@ export default function MyApp({ Component, pageProps }) {
return (
<>
<Component {...pageProps} />
<DocsGPTWidget apiKey="d61a020c-ac8f-4f23-bb98-458e4da3c240" theme="dark" size="medium" />
<DocsGPTWidget showSources={true} apiKey="bae7004a-2344-4882-9e2f-259128e78843" theme="dark" size="medium" />
</>
)
}