From 0daefa86b400efe08245f4f2a386f7341b76b24e Mon Sep 17 00:00:00 2001 From: Philipp Tanlak Date: Thu, 19 Oct 2023 17:54:18 +0200 Subject: docs: Add documentation --- docs/configuration/starting-url.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create 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 new file mode 100644 index 0000000..d5c0965 --- /dev/null +++ b/docs/configuration/starting-url.md @@ -0,0 +1,14 @@ +# 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