Skip to content

Commit

Permalink
regenerate search API key
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp committed Feb 16, 2024
1 parent 5040828 commit fc9e554
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
11 changes: 2 additions & 9 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -407,16 +407,9 @@ const config = {
},
// search bar engine
algolia: {
// The application ID provided by Algolia
appId: 'KB43FQOB7U',
// Public API key: it is safe to commit it
apiKey: '1a5d6d865203b90af8493b585bbb99dc',
indexName: 'conda-forge',
contextualSearch: true,
searchPagePath: 'search',
// insights: true,
// Set debug to true if you want to inspect the modal
debug: true,
apiKey: 'f2f09470d2f5109f066eda7682483206',
indexName: 'condaforge'
},
}),
};
Expand Down
1 change: 1 addition & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"@docusaurus/plugin-client-redirects": "^3.1.1",
"@docusaurus/preset-classic": "^3.1.1",
"@docusaurus/theme-mermaid": "^3.1.1",
"@docusaurus/theme-search-algolia": "^3.1.1",
"@mdx-js/react": "^3.0.0",
"clsx": "^1.2.1",
"prism-react-renderer": "^2.1.0",
Expand All @@ -41,6 +42,6 @@
]
},
"engines": {
"node": ">=16.14"
"node": ">=18.0"
}
}

0 comments on commit fc9e554

Please sign in to comment.