mirror of
https://github.com/silverstripe/doc.silverstripe.org
synced 2024-10-22 17:05:50 +02:00
Merge pull request #310 from creative-commoners/pulls/master/graphql-optional
ENH Add graphql as an optional module
This commit is contained in:
commit
5079a202e6
@ -45,6 +45,15 @@ module.exports = [
|
||||
patterns: 'docs/en/!(userguide)/**'
|
||||
}
|
||||
},
|
||||
{
|
||||
resolve: `gatsby-source-git`,
|
||||
options: {
|
||||
name: `docs--6--optional_features/graphql`,
|
||||
remote: `https://github.com/silverstripe/silverstripe-graphql.git`,
|
||||
branch: `6`,
|
||||
patterns: 'docs/en/!(userguide)/**'
|
||||
}
|
||||
},
|
||||
{
|
||||
resolve: 'gatsby-source-git',
|
||||
options: {
|
||||
|
Loading…
Reference in New Issue
Block a user