Add Laravel 11 documentation

pull/2272/head
TK Lai 7 months ago
parent e96ee10dbc
commit a8ed38260f

@ -29,6 +29,20 @@ module Docs
Laravel is a trademark of Taylor Otwell.
HTML
version '11' do
self.release = '11.11.1'
self.root_path = '/api/11.x/index.html'
self.initial_paths = %w(/docs/11.x/installation /api/11.x/classes.html)
options[:only_patterns] = [%r{\A/api/11\.x/}, %r{\A/docs/11\.x/}]
options[:fix_urls] = ->(url) do
url.sub! %r{11.x/+}, "11.x/"
url.sub! %r{#{Regexp.escape(Laravel.base_url)}/docs\/(?![1-9]?\d)}, "#{Laravel.base_url}/docs/11.x/"
url
end
end
version '10' do
self.release = '10.13.0'
self.root_path = '/api/10.x/index.html'

Loading…
Cancel
Save