Skip to content

Commit

Permalink
docs: update Algolia credentials (facebook#12151)
Browse files Browse the repository at this point in the history
  • Loading branch information
shortcuts authored and aruniverse committed Sep 6, 2022
1 parent 1ade2a0 commit a0e06ba
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions docusaurus/website/docusaurus.config.js
Expand Up @@ -43,8 +43,8 @@ const siteConfig = {
isCloseable: false,
},
algolia: {
appId: 'create-react-app',
apiKey: '3be60f4f8ffc24c75da84857d6323791',
appId: 'AUJYIQ70HN',
apiKey: '25243dbf9049cf036e87f64b361bd2b9',
indexName: 'create-react-app',
},
navbar: {
Expand Down Expand Up @@ -88,8 +88,7 @@ const siteConfig = {
items: [
{
label: 'Stack Overflow',
href:
'https://stackoverflow.com/questions/tagged/create-react-app',
href: 'https://stackoverflow.com/questions/tagged/create-react-app',
},
{
label: 'GitHub Discussions',
Expand All @@ -101,8 +100,7 @@ const siteConfig = {
},
{
label: 'Contributor Covenant',
href:
'https://www.contributor-covenant.org/version/1/4/code-of-conduct',
href: 'https://www.contributor-covenant.org/version/1/4/code-of-conduct',
},
],
},
Expand Down

0 comments on commit a0e06ba

Please sign in to comment.