Skip to content

Commit

Permalink
Merge pull request #310 from creative-commoners/pulls/master/graphql-…
Browse files Browse the repository at this point in the history
…optional

ENH Add graphql as an optional module
  • Loading branch information
GuySartorelli authored Sep 10, 2024
2 parents 777fa33 + 47fc3b9 commit 5079a20
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions sources-docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 5079a20

Please sign in to comment.