mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-04-17 03:45:39 +00:00
Add Algolia values
This commit is contained in:
@@ -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: {},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user