Skip to content

Commit ce5c019

Browse files
removed algolia for now
1 parent d76d0a1 commit ce5c019

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

package-lock.json

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/docusaurus.config.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -159,13 +159,13 @@ const config: Config = {
159159
theme: prismThemes.github,
160160
darkTheme: prismThemes.dracula,
161161
},
162-
algolia: {
162+
// algolia: {
163163
// application ID provided by Algolia
164-
appId: 'E70KV3D0W2',
164+
// appId: 'E70KV3D0W2',
165165
// Public API key
166-
apiKey: '296266a1c98ef42e60e0d9cb2f0c48a7',
167-
indexName: 'overtureDocs',
168-
},
166+
// apiKey: '296266a1c98ef42e60e0d9cb2f0c48a7',
167+
// indexName: 'overtureDocs',
168+
// },
169169
} satisfies Preset.ThemeConfig,
170170
};
171171

0 commit comments

Comments
 (0)