Update Yii documentation (2.0.10)

Fixes #528.
pull/546/head
Thibaut Courouble 8 years ago
parent 360b5e46a3
commit a5b44b4667

@ -59,4 +59,5 @@ app.views.UnderscorePage =
app.views.VagrantPage =
app.views.VuePage =
app.views.WebpackPage =
app.views.YiiPage =
app.views.SimplePage

@ -16,6 +16,7 @@ module Docs
css('pre').each do |node|
node.inner_html = node.inner_html.gsub('<br>', "\n").gsub('&nbsp;', ' ')
node.content = node.content
node['data-language'] = 'php'
end
css('div.signature').each do |node|
@ -31,7 +32,7 @@ module Docs
node.name = 'th'
end
css('.summary').each do |node|
css('.summary', 'span[style]').each do |node|
node.before(node.children).remove
end

@ -8,7 +8,7 @@ module Docs
HTML
version '2.0' do
self.release = '2.0.9'
self.release = '2.0.10'
self.base_url = 'http://www.yiiframework.com/doc-2.0/'
self.root_path = 'index.html'

Loading…
Cancel
Save