We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c27467 commit 7dee08bCopy full SHA for 7dee08b
website/docusaurus.config.js
@@ -143,19 +143,13 @@ const config = {
143
showRunmeLink: false
144
},
145
algolia: {
146
- // The application ID provided by Algolia
147
appId: '4AFTIR2HGK',
148
-
149
- // Public API key: it is safe to commit it
150
apiKey: 'b92d819e8e37b59dc5d564d763542682',
151
152
indexName: 'labstack_echo',
153
154
- // Optional: Algolia search parameters
+ contextualSearch: false,
+ facetFilters: [],
155
searchParameters: {},
156
157
- // Optional: path for search page that enabled by default (`false` to disable it)
158
- searchPagePath: 'search',
+ searchPagePath: 'search'
159
}
160
}),
161
};
0 commit comments