You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Scraper-Reference.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ Configuration is done via class attributes and divided into three main categorie
54
54
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.
55
55
Must include lowercase letters only.
56
56
57
-
* `version` [String] **(required)**
57
+
* `release` [String] **(required)**
58
58
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.
59
59
60
60
* `base_url` [String] **(required in `UrlScraper`)**
0 commit comments