We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4f10c4 commit 6bb2a6eCopy full SHA for 6bb2a6e
1 file changed
lib/docs/scrapers/twig.rb
@@ -1,10 +1,14 @@
1
module Docs
2
class Twig < UrlScraper
3
self.type = 'sphinx'
4
- self.release = '1.24'
+ self.release = '1.29'
5
self.base_url = 'http://twig.sensiolabs.org/doc/'
6
self.root_path = 'index.html'
7
self.initial_paths = %w(extensions/index.html)
8
+ self.links = {
9
+ home: 'http://twig.sensiolabs.org/',
10
+ code: 'https://github.com/twigphp/Twig'
11
+ }
12
13
options[:attribution] = <<-HTML
14
© 2009–2016 by the Twig Team<br>
0 commit comments