1
0
Fork 0
docsearch/packages/website/docs/manage-your-crawls.mdx
2022-08-09 14:31:58 +02:00

62 lines
1.7 KiB
Text

---
title: Manage your crawls
---
import useBaseUrl from '@docusaurus/useBaseUrl';
DocSearch comes with the [Algolia Crawler web interface](https://crawler.algolia.com/) that allows you to configure how and when your Algolia index will be populated.
## Trigger a new crawl
Head over to the `Overview` section to `start`, `restart` or `pause` your crawls and view a real-time summary.
<div className="uil-ta-center">
<img
src={useBaseUrl('img/assets/crawler-overview.png')}
alt="Algolia Crawler creation page"
/>
</div>
## Monitor your crawls
The `monitoring` section helps you find crawl errors or improve your search results.
<div className="uil-ta-center">
<img
src={useBaseUrl('img/assets/crawler-monitoring.png')}
alt="Algolia Crawler creation page"
/>
</div>
## Update your config
The live editor allows you to update your config file and test your URLs (`URL tester`).
<div className="uil-ta-center">
<img
src={useBaseUrl('img/assets/crawler-editor.png')}
alt="Algolia Crawler creation page"
/>
</div>
## Search preview
From the [`editor`](#update-your-config), you have access to a `Search preview` tab to browse search results with [`DocSearch v3`](/docs/docsearch-v3).
<div className="uil-ta-center">
<img
src={useBaseUrl('img/assets/crawler-search-preview.png')}
alt="Algolia Crawler creation page"
/>
</div>
## URL tester
From the [`editor`](#update-your-config), your can use the URL tester to [debug selectors](https://www.algolia.com/doc/tools/crawler/getting-started/crawler-configuration/#debugging-selectors) or how we crawl your website.
<div className="uil-ta-center">
<img
src={useBaseUrl('img/assets/crawler-url-tester.png')}
alt="Algolia Crawler URL tester"
/>
</div>