Skip to content

Commit

Permalink
ENH Add graphql as an optional module
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Sep 10, 2024
1 parent 777fa33 commit 47fc3b9
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 47fc3b9

Please sign in to comment.