Skip to content

Commit

Permalink
fix: disable AI from orama search (#121)
Browse files Browse the repository at this point in the history
Closes: #120
  • Loading branch information
stropitek authored Jan 31, 2025
1 parent 3e82b50 commit ed6bd73
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,17 @@ const config = {
organizationName: 'Zakodium', // Usually your GitHub org/user name.
projectName: 'image-js', // Usually your repo name.

plugins: [demoLoaderPlugin, '@orama/plugin-docusaurus-v3'],
plugins: [
demoLoaderPlugin,
[
'@orama/plugin-docusaurus-v3',
{
searchbox: {
disableChat: true,
},
},
],
],

onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',
Expand Down

0 comments on commit ed6bd73

Please sign in to comment.