Algolia search
Algolia docsearch is the third party service we use to index and search our documentation. It is a hosted search API that allows you to integrate typo-tolerant search into websites.
Crawler configuration
The crawler is the tool that indexes the documentation. It can be configured by changing the crawler script on the Algolia dashboard. A copy of The crawler script configuration is kept in the docs-kit repo. Enablement-team can change this script according to the requirements.
Configuration examples:
Single tag:
products: ['Frontend'],
Multiple tags:
products: ['Frontend', 'Checkout'],
No tags:
products: [''],