Browse Source

Update Marionette documentation (2.4.2)

Thibaut 10 năm trước cách đây
mục cha
commit
715779efc9
1 tập tin đã thay đổi với 5 bổ sung1 xóa
  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'