소스 검색

Update lodash documentation (1.5.0)

Thibaut 10 년 전
부모
커밋
778f5086c0
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 5 1
      lib/docs/scrapers/lodash.rb

+ 5 - 1
lib/docs/scrapers/lodash.rb

@@ -3,8 +3,12 @@ module Docs
     self.name = 'lodash'
     self.slug = 'lodash'
     self.type = 'lodash'
-    self.version = '3.4.0'
+    self.version = '3.5.0'
     self.base_url = 'https://lodash.com/docs'
+    self.links = {
+      home: 'https://lodash.com/',
+      code: 'https://github.com/lodash/lodash/'
+    }
 
     html_filters.push 'lodash/entries', 'lodash/clean_html', 'title'