Skip to content

Commit 762b70b

Browse files
authored
remove old algolia code (#169)
1 parent 4bde08c commit 762b70b

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

website/docusaurus.config.js

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -127,21 +127,6 @@ const config = {
127127
theme: prismThemes.github,
128128
darkTheme: prismThemes.dracula,
129129
},
130-
algolia: {
131-
// The application ID provided by Algolia
132-
appId: '75FHVFAQ3R',
133-
134-
// Public API key: it is safe to commit it
135-
apiKey: '04714ce72300f0bfb7f4d3b3ed1d0191',
136-
137-
indexName: 'crawler_docusaurus v3',
138-
139-
// Optional: see doc section below
140-
contextualSearch: true,
141-
142-
// Optional: whether the insights feature is enabled or not on Docsearch (`false` by default)
143-
insights: false,
144-
},
145130
}),
146131
};
147132

0 commit comments

Comments
 (0)