Skip to content

Commit f355787

Browse files
authored
chore: do not use orama plugin for now (#137)
Ref: #131
1 parent fcf2f9b commit f355787

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

docusaurus.config.js

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -57,17 +57,7 @@ async function createConfig() {
5757
organizationName: 'Zakodium', // Usually your GitHub org/user name.
5858
projectName: 'image-js', // Usually your repo name.
5959

60-
plugins: [
61-
demoLoaderPlugin,
62-
[
63-
'@orama/plugin-docusaurus-v3',
64-
{
65-
searchbox: {
66-
disableChat: true,
67-
},
68-
},
69-
],
70-
],
60+
plugins: [demoLoaderPlugin],
7161

7262
onBrokenLinks: 'throw',
7363
onBrokenMarkdownLinks: 'warn',

0 commit comments

Comments
 (0)