mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-04-15 19:05:41 +00:00
Update references of references of docs.ranchermanager.rancher.io to ranchermanager.docs.rancher.com
Algolia with Rancher Manager Documentation
The search index used by the Rancher Manager documentation is generated by running our own crawler.
Running the Crawler
To run the crawler, you'll need:
- A configuration file, which can be found here.
- An
.envfile, containing your credentials.
APPLICATION_ID=<app_id>
API_KEY=<key_with_write_permissions>
If you're running the crawler from the Docker image, run:
docker run -it --env-file=.env -e "CONFIG=$(cat ./config.json | jq -r tostring)" algolia/docsearch-scraper
Otherwise, follow these instructions if running the crawler using the code base.