From 6c170a2c51a86356784e5fa7cc44e87f8dc904ed Mon Sep 17 00:00:00 2001 From: pavanpodila Date: Sat, 6 Jan 2024 20:01:55 +0530 Subject: [PATCH] back to lunr until algolia finishes indexing --- docs/docusaurus.config.js | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index d27428f0..1fe99408 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -109,14 +109,14 @@ module.exports = { }, { name: 'twitter:image:alt', content: 'The MobX Logo' }, ], - algolia: { - appId: 'AMDU1T0FSC', - - // Public API key: it is safe to commit it - apiKey: 'a35f8d278e5a09518b214b23d3b03bf7', - - indexName: 'mobx', - }, + // algolia: { + // appId: 'AMDU1T0FSC', + // + // // Public API key: it is safe to commit it + // apiKey: 'a35f8d278e5a09518b214b23d3b03bf7', + // + // indexName: 'mobx', + // }, }, plugins: [ [ @@ -125,7 +125,7 @@ module.exports = { indexBaseUrl: true, }, ], - // require.resolve('docusaurus-lunr-search'), + require.resolve('docusaurus-lunr-search'), function postCSSPlugin(context, options) { return { name: 'docusaurus-tailwindcss',