Skip to content

Commit f927411

Browse files
authored
docs: Add algolia search functionality (#358)
## Description This PR adds algolia search functionality to docs for easier docs navigation.
1 parent 306395e commit f927411

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

packages/docs/docusaurus.config.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@ const config: Config = {
5858
// Even if you don't use internationalization, you can use this field to set
5959
// useful metadata like html lang. For example, if your site is Chinese, you
6060
themeConfig: {
61+
algolia: {
62+
apiKey: '8a07143e93904e0bcdc9e2286393b107',
63+
appId: 'I4ZZR4R13B',
64+
indexName: 'react-native-sortables-vercel'
65+
},
6166
footer: {
6267
copyright: `Copyright © ${new Date().getFullYear()} | React Native Sortables by MatiPl01`,
6368
links: [],

0 commit comments

Comments
 (0)