doc.silverstripe.org/sources-docs.js
brynwhyman e9b8a69ea8 FIX v3 docs should track 3 branch
Previously tracking the 3.7 branch - not showing the most up to date documentation
2021-08-18 17:29:55 +12:00

20 lines
521 B
JavaScript

module.exports = [
{
resolve: `gatsby-source-git`,
options: {
name: `docs--4`,
remote: `https://github.com/silverstripe/silverstripe-framework.git`,
branch: `4`,
patterns: `docs/en/**`
}
},
{
resolve: `gatsby-source-git`,
options: {
name: `docs--3`,
remote: `https://github.com/silverstripe/silverstripe-framework.git`,
branch: `3`,
patterns: `docs/en/**`
}
},
];