Update Laravel documentation (5.3.15)

Fixes #491.
pull/501/head
Thibaut Courouble 8 years ago
parent 6dc1be6ae9
commit 20d41b13e5

@ -8,16 +8,16 @@ module Docs
other other
end end
css('a.__cf_email__').each do |node|
node.replace(decode_cloudflare_email(node['data-cfemail']))
end
# Remove code highlighting # Remove code highlighting
css('pre').each do |node| css('pre').each do |node|
node.content = node.content node.content = node.content
node['data-language'] = 'php' node['data-language'] = 'php'
end end
css('a.__cf_email__').each do |node|
node.replace(decode_cloudflare_email(node['data-cfemail']))
end
doc doc
end end

@ -34,7 +34,7 @@ module Docs
HTML HTML
version '5.3' do version '5.3' do
self.release = '5.3.0' self.release = '5.3.15'
self.root_path = '/api/5.3/index.html' self.root_path = '/api/5.3/index.html'
self.initial_paths = %w(/docs/5.3/installation /api/5.3/classes.html) self.initial_paths = %w(/docs/5.3/installation /api/5.3/classes.html)

Loading…
Cancel
Save