Skip to content

Commit

Permalink
docs: setup algolia (#1823)
Browse files Browse the repository at this point in the history
  • Loading branch information
ocavue committed Aug 22, 2022
1 parent 3b3a59d commit f69accf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/docusaurus.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -108,12 +108,12 @@ const config = {
// https://docusaurus.io/docs/search
algolia: {
// The application ID provided by Algolia
appId: 'YOUR_APP_ID',
appId: '6UIK1UXRIZ',

// Public API key: it is safe to commit it
apiKey: 'YOUR_SEARCH_API_KEY',
apiKey: 'c3003f83e3f7025ad50c8a4e1e322c00',

indexName: 'YOUR_INDEX_NAME',
indexName: 'remirror',

// Optional: see doc section below
// contextualSearch: true,
Expand Down

1 comment on commit f69accf

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.