Skip to content

Commit 6bb2a6e

Browse files
committed
Update Twig documentation (1.29)
1 parent a4f10c4 commit 6bb2a6e

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

lib/docs/scrapers/twig.rb

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
module Docs
22
class Twig < UrlScraper
33
self.type = 'sphinx'
4-
self.release = '1.24'
4+
self.release = '1.29'
55
self.base_url = 'http://twig.sensiolabs.org/doc/'
66
self.root_path = 'index.html'
77
self.initial_paths = %w(extensions/index.html)
8+
self.links = {
9+
home: 'http://twig.sensiolabs.org/',
10+
code: 'https://github.com/twigphp/Twig'
11+
}
812

913
options[:attribution] = <<-HTML
1014
&copy; 2009&ndash;2016 by the Twig Team<br>

0 commit comments

Comments
 (0)