1
0
Эх сурвалжийг харах

Updated Scraper Reference (markdown)

Thibaut Courouble 10 жил өмнө
parent
commit
03fc311184
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      Scraper-Reference.md

+ 1 - 1
Scraper-Reference.md

@@ -54,7 +54,7 @@ Configuration is done via class attributes and divided into three main categorie
   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.  
   Must include lowercase letters only.
 
-* `version` [String] **(required)**  
+* `release` [String] **(required)**  
   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.
 
 * `base_url` [String] **(required in `UrlScraper`)**