We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffe741c commit f73f651Copy full SHA for f73f651
docs/docusaurus.config.js
@@ -272,16 +272,12 @@ const config = {
272
theme: lightCodeTheme,
273
darkTheme: darkCodeTheme,
274
},
275
- }),
276
-
277
- themes: [
278
- [
279
- '@easyops-cn/docusaurus-search-local',
280
- {
281
- hashed: true,
+ algolia: {
+ appId: 'U16QMJNNW7',
+ apiKey: 'c32fdc9aa2bbfaa3d44481f5cbdb3c04',
+ indexName: 'crawler_React Native Paper Docs',
282
283
- ],
284
+ }),
285
};
286
287
module.exports = config;
0 commit comments