From 6bb2a6ecb86eaf8ed896044acb0adf41b42d16c5 Mon Sep 17 00:00:00 2001 From: Thibaut Courouble Date: Mon, 2 Jan 2017 16:11:39 -0500 Subject: [PATCH] Update Twig documentation (1.29) --- lib/docs/scrapers/twig.rb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/docs/scrapers/twig.rb b/lib/docs/scrapers/twig.rb index 36d3d919..596300d3 100755 --- a/lib/docs/scrapers/twig.rb +++ b/lib/docs/scrapers/twig.rb @@ -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