1
0
Fork 0
docsearch/packages/website/docs/manage-your-crawls.mdx
2021-10-08 16:48:40 +02:00

57 lines
1.6 KiB
Text

---
title: Manage your crawls
---
:::info
The following content is for **[the new DocSearch infrastructure](/docs/migrating-from-legacy)**. If you haven't received an email to migrate your account yet, please refer to the **[legacy](/docs/legacy/dropdown)** documentation.
:::
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>