1
0
Fork 0
docsearch/packages/website/docs/manage-your-crawls.mdx
2022-03-01 14:29:37 +01:00

51 lines
1.3 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>