mirror of
https://github.com/silverstripe/doc.silverstripe.org
synced 2024-10-22 15:05:50 +00:00
MNT Update v5 docs branch to 5.0 (#255)
Also convert backtick to single quote in docs src, as this seems to fix the problem where the 5.0 branch wasn't being picked up as a valid source.
This commit is contained in:
parent
7b64199760
commit
547a9789a1
@ -1,29 +1,29 @@
|
|||||||
module.exports = [
|
module.exports = [
|
||||||
{
|
{
|
||||||
resolve: `gatsby-source-git`,
|
resolve: 'gatsby-source-git',
|
||||||
options: {
|
options: {
|
||||||
name: `docs--5`,
|
name: 'docs--5',
|
||||||
remote: `https://github.com/silverstripe/developer-docs.git`,
|
remote: 'https://github.com/silverstripe/developer-docs.git',
|
||||||
branch: `5`,
|
branch: '5.0',
|
||||||
patterns: `en/**`
|
patterns: 'en/**'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
resolve: `gatsby-source-git`,
|
resolve: 'gatsby-source-git',
|
||||||
options: {
|
options: {
|
||||||
name: `docs--4`,
|
name: 'docs--4',
|
||||||
remote: `https://github.com/silverstripe/developer-docs.git`,
|
remote: 'https://github.com/silverstripe/developer-docs.git',
|
||||||
branch: `4.13`,
|
branch: '4.13',
|
||||||
patterns: `en/**`
|
patterns: 'en/**'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
resolve: `gatsby-source-git`,
|
resolve: 'gatsby-source-git',
|
||||||
options: {
|
options: {
|
||||||
name: `docs--3`,
|
name: 'docs--3',
|
||||||
remote: `https://github.com/silverstripe/developer-docs.git`,
|
remote: 'https://github.com/silverstripe/developer-docs.git',
|
||||||
branch: `3`,
|
branch: '3',
|
||||||
patterns: `en/**`
|
patterns: 'en/**'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user