mirror of
https://github.com/silverstripe/doc.silverstripe.org
synced 2024-10-22 17:05:50 +02:00
Update 3.3 to 3.3 branch, and 3.4 to 3 branch
This commit is contained in:
parent
fdd0e78bde
commit
f119835aee
@ -18,9 +18,15 @@ DocumentationManifest:
|
||||
-
|
||||
Path: "src/framework_3/docs/"
|
||||
Title: "Framework"
|
||||
Version: "3.3"
|
||||
Version: "3.4"
|
||||
Branch: "3"
|
||||
DefaultEntity: true
|
||||
-
|
||||
Path: "src/framework_3.3/docs/"
|
||||
Title: "Framework"
|
||||
Version: "3.3"
|
||||
Branch: "3.3"
|
||||
DefaultEntity: true
|
||||
-
|
||||
Path: "src/framework_3.2/docs/"
|
||||
Title: "Framework"
|
||||
|
@ -43,6 +43,7 @@ function checkout {
|
||||
# core
|
||||
checkout 'silverstripe/silverstripe-framework.git' 'framework' 'master'
|
||||
checkout 'silverstripe/silverstripe-framework.git' 'framework' '3'
|
||||
checkout 'silverstripe/silverstripe-framework.git' 'framework' '3.3'
|
||||
checkout 'silverstripe/silverstripe-framework.git' 'framework' '3.2'
|
||||
checkout 'silverstripe/silverstripe-framework.git' 'framework' '3.1'
|
||||
checkout 'silverstripe/silverstripe-framework.git' 'framework' '3.0'
|
||||
|
Loading…
Reference in New Issue
Block a user