Skip to content

Commit

Permalink
Enable Algolia search (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfriesen authored Oct 22, 2024
1 parent 2254529 commit 84142ac
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,24 +125,24 @@ const config = {
],
copyright: `Copyright © ${new Date().getFullYear()} FormKiQ, Inc. Built with Docusaurus.`,
},
// algolia: {
// // Algolia application ID, found in the Algolia dashboard
// appId: 'GGHVG096JW',
algolia: {
// Algolia application ID, found in the Algolia dashboard
appId: 'GGHVG096JW',

// // Public API key: it is safe to include it in your frontend
// apiKey: 'f5ed2fcbe2c7680eb8e92953a38d004e',
// Public API key: it is safe to include it in your frontend
apiKey: 'f5ed2fcbe2c7680eb8e92953a38d004e',

// // Index name to target, found in the Algolia dashboard
// indexName: 'docs',
// Index name to target, found in the Algolia dashboard
indexName: 'docs',

// // Optional: if Algolia is powered by DocSearch
// contextualSearch: true,
// Optional: if Algolia is powered by DocSearch
contextualSearch: true,

// searchPagePath: 'search',
searchPagePath: 'search',

// // Optional: Specifies search parameters
// //searchParameters: {},
// },
// Optional: Specifies search parameters
//searchParameters: {},
},
prism: {
theme: lightCodeTheme,
darkTheme: darkCodeTheme,
Expand Down

0 comments on commit 84142ac

Please sign in to comment.