Skip to content

Commit 249a6eb

Browse files
Update docusaurus.config.ts (#166)
Included Context7 AI chat widget Co-authored-by: jasonmwebb-lv <jason.webb@leadventure.com>
1 parent 45bfb83 commit 249a6eb

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

website/docusaurus.config.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@ const config: Config = {
2020
locales: ['en'],
2121
},
2222

23+
scripts: [
24+
{
25+
src: 'https://context7.com/widget.js',
26+
'data-library': '/rcommon-team/rcommon',
27+
async: true,
28+
},
29+
],
30+
2331
headTags: [
2432
{
2533
tagName: 'meta',

0 commit comments

Comments
 (0)