Skip to content

Commit 03fc311

Browse files
committed
Updated Scraper Reference (markdown)
1 parent 3baf426 commit 03fc311

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Scraper-Reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Configuration is done via class attributes and divided into three main categorie
5454
Defines the CSS class name (`_[type]`) and custom JavaScript class (`app.views.[Type]Page`) that will be added/loaded on each page. Documentations sharing a similar structure (e.g. generated with the same tool or originating from the same website) should use the same `type` to avoid duplicating the CSS and JS.
5555
Must include lowercase letters only.
5656

57-
* `version` [String] **(required)**
57+
* `release` [String] **(required)**
5858
The version of the software at the time the scraper was last run. This is only informational and doesn't affect the scraper's behavior.
5959

6060
* `base_url` [String] **(required in `UrlScraper`)**

0 commit comments

Comments
 (0)