We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 306395e commit f927411Copy full SHA for f927411
1 file changed
packages/docs/docusaurus.config.ts
@@ -58,6 +58,11 @@ const config: Config = {
58
// Even if you don't use internationalization, you can use this field to set
59
// useful metadata like html lang. For example, if your site is Chinese, you
60
themeConfig: {
61
+ algolia: {
62
+ apiKey: '8a07143e93904e0bcdc9e2286393b107',
63
+ appId: 'I4ZZR4R13B',
64
+ indexName: 'react-native-sortables-vercel'
65
+ },
66
footer: {
67
copyright: `Copyright © ${new Date().getFullYear()} | React Native Sortables by MatiPl01`,
68
links: [],
0 commit comments