Skip to content

Commit

Permalink
Fixed search
Browse files Browse the repository at this point in the history
  • Loading branch information
vishr committed Jul 10, 2023
1 parent 2c27467 commit 7dee08b
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,19 +143,13 @@ const config = {
showRunmeLink: false
},
algolia: {
// The application ID provided by Algolia
appId: '4AFTIR2HGK',

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

indexName: 'labstack_echo',

// Optional: Algolia search parameters
contextualSearch: false,
facetFilters: [],
searchParameters: {},

// Optional: path for search page that enabled by default (`false` to disable it)
searchPagePath: 'search',
searchPagePath: 'search'
}
}),
};
Expand Down

0 comments on commit 7dee08b

Please sign in to comment.