소스 검색

Update Marionette documentation (2.4.2)

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

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

@@ -3,9 +3,13 @@ module Docs
     self.name = 'Marionette.js'
     self.slug = 'marionette'
     self.type = 'marionette'
-    self.version = '2.4.1'
+    self.version = '2.4.2'
     self.base_url = "http://marionettejs.com/docs/v#{version}/"
     self.root_path = 'index'
+    self.links = {
+      home: 'http://marionettejs.com/',
+      code: 'https://github.com/marionettejs/backbone.marionette'
+    }
 
     html_filters.push 'marionette/clean_html', 'marionette/entries'