From 190056ee8d6a4eca61d92a79cc25aad645e69d4a Mon Sep 17 00:00:00 2001 From: Philipp Tanlak Date: Mon, 13 Nov 2023 22:36:15 +0100 Subject: Move docs to flyscrape.com (#11) --- docs/configuration/starting-url.md | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 docs/configuration/starting-url.md (limited to 'docs/configuration/starting-url.md') diff --git a/docs/configuration/starting-url.md b/docs/configuration/starting-url.md deleted file mode 100644 index d5c0965..0000000 --- a/docs/configuration/starting-url.md +++ /dev/null @@ -1,14 +0,0 @@ -# Stating URL - -The `url` config option allows you to specify the initial URL at which the scraper should start its scraping process. - -When no value is provided, the scraper will not start and exit immediately. - -Example: - -```javascript -export const config = { - url: "http://example.com/", - // ... -}; -``` -- cgit v1.2.3