mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Merge pull request #2271 from tklai/laravel-previous-version-update
Update Laravel 9 & 10 documentation
This commit is contained in:
commit
7f9c78cd44
1 changed files with 2 additions and 2 deletions
|
@ -44,7 +44,7 @@ module Docs
|
|||
end
|
||||
|
||||
version '10' do
|
||||
self.release = '10.13.0'
|
||||
self.release = '10.48.14'
|
||||
self.root_path = '/api/10.x/index.html'
|
||||
self.initial_paths = %w(/docs/10.x/installation /api/10.x/classes.html)
|
||||
|
||||
|
@ -58,7 +58,7 @@ module Docs
|
|||
end
|
||||
|
||||
version '9' do
|
||||
self.release = '9.52.8'
|
||||
self.release = '9.52.16'
|
||||
self.root_path = '/api/9.x/index.html'
|
||||
self.initial_paths = %w(/docs/9.x/installation /api/9.x/classes.html)
|
||||
|
||||
|
|
Loading…
Reference in a new issue