Add Algolia values

This commit is contained in:
Billy Tat
2022-09-07 12:01:48 -07:00
parent 55b02e5057
commit fa55d999ec

View File

@@ -14,19 +14,16 @@ module.exports = {
themeConfig: {
algolia: {
// The application ID provided by Algolia
appId: 'YOUR_APP_ID',
appId: '30NEY6C9UY',
// Public API key: it is safe to commit it
apiKey: 'YOUR_SEARCH_API_KEY',
apiKey: '8df59222c0ad79fdacb4d45d11e21d2e',
indexName: 'YOUR_INDEX_NAME',
indexName: 'docs_ranchermanager_rancher_io',
// Optional: see doc section below
contextualSearch: true,
// Optional: Specify domains where the navigation should occur through window.location instead on history.push. Useful when our Algolia config crawls multiple documentation sites and we want to navigate with window.location.href to them.
externalUrlRegex: 'external\\.com|domain\\.com',
// Optional: Algolia search parameters
searchParameters: {},