From bd3b68ebf12733c1aa607b450fa07b77f4109542 Mon Sep 17 00:00:00 2001 From: mblandineau <32491689+mblandineau@users.noreply.github.com> Date: Thu, 1 Aug 2019 14:40:33 +0200 Subject: [PATCH] Update crawler-overview.md --- docs/src/crawler-overview.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/crawler-overview.md b/docs/src/crawler-overview.md index 05d1150e..9901c815 100644 --- a/docs/src/crawler-overview.md +++ b/docs/src/crawler-overview.md @@ -1,11 +1,11 @@ --- layout: two-columns -title: Crawler Overview +title: Scraper Overview --- ## How? -The DocSearch crawler is written in python and heavily based on the [Scrapy][1] +The DocSearch scraper is written in python and heavily based on the [Scrapy][1] framework. It will crawl all pages of your website and extract content from the HTML structure to populate an Algolia index.