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 5b90a30
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,19 +143,11 @@ 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
searchParameters: {},

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

0 comments on commit 5b90a30

Please sign in to comment.