Skip to content

Commit 309e36c

Browse files
committed
update doc syncing
1 parent add7bc8 commit 309e36c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

build/docs.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
cd /home/forge/laravel.com/resources/docs/5.0 && git pull origin 5.0
33
cd /home/forge/laravel.com/resources/docs/5.1 && git pull origin 5.1
44
cd /home/forge/laravel.com/resources/docs/5.2 && git pull origin 5.2
5+
cd /home/forge/laravel.com/resources/docs/5.3 && git pull origin 5.3
56
cd /home/forge/laravel.com/resources/docs/master && git pull origin master

build/sami/sami.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
->add('5.0', 'Laravel 5.0')
1919
->add('5.1', 'Laravel 5.1')
2020
->add('5.2', 'Laravel 5.2')
21+
->add('5.3', 'Laravel 5.3')
2122
->add('master', 'Laravel Dev');
2223

2324
return new Sami($iterator, array(

0 commit comments

Comments
 (0)