mirror of
https://github.com/silverstripe/doc.silverstripe.org
synced 2024-10-22 15:05:50 +00:00
Use 3, 4 branches
This commit is contained in:
parent
ab377a35be
commit
49b7c5bf61
@ -16,8 +16,8 @@ module.exports = {
|
|||||||
resolve: `gatsby-source-git`,
|
resolve: `gatsby-source-git`,
|
||||||
options: {
|
options: {
|
||||||
name: `4`,
|
name: `4`,
|
||||||
remote: `https://github.com/unclecheese/silverstripe-framework.git`,
|
remote: `https://github.com/silverstripe/silverstripe-framework.git`,
|
||||||
branch: `pulls/4/gatsby-docs`,
|
branch: `4`,
|
||||||
patterns: `docs/en/**`
|
patterns: `docs/en/**`
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -25,8 +25,8 @@ module.exports = {
|
|||||||
resolve: `gatsby-source-git`,
|
resolve: `gatsby-source-git`,
|
||||||
options: {
|
options: {
|
||||||
name: `3`,
|
name: `3`,
|
||||||
remote: `https://github.com/unclecheese/silverstripe-framework.git`,
|
remote: `https://github.com/silverstripe/silverstripe-framework.git`,
|
||||||
branch: `pulls/3/gatsby-docs`,
|
branch: `3`,
|
||||||
patterns: `docs/en/**`
|
patterns: `docs/en/**`
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user