Sfoglia il codice sorgente

Update Marionette documentation (2.4.2)

Thibaut 10 anni fa
parent
commit
715779efc9
1 ha cambiato i file con 5 aggiunte e 1 eliminazioni
  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'