mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Update Twig documentation (1.29)
This commit is contained in:
parent
a4f10c40a4
commit
6bb2a6ecb8
1 changed files with 5 additions and 1 deletions
|
@ -1,10 +1,14 @@
|
|||
module Docs
|
||||
class Twig < UrlScraper
|
||||
self.type = 'sphinx'
|
||||
self.release = '1.24'
|
||||
self.release = '1.29'
|
||||
self.base_url = 'http://twig.sensiolabs.org/doc/'
|
||||
self.root_path = 'index.html'
|
||||
self.initial_paths = %w(extensions/index.html)
|
||||
self.links = {
|
||||
home: 'http://twig.sensiolabs.org/',
|
||||
code: 'https://github.com/twigphp/Twig'
|
||||
}
|
||||
|
||||
options[:attribution] = <<-HTML
|
||||
© 2009–2016 by the Twig Team<br>
|
||||
|
|
Loading…
Reference in a new issue