ENH Add graphql as an optional module

This commit is contained in:
Steve Boyd 2024-09-10 16:03:29 +12:00
parent 777fa33bea
commit 47fc3b9af0

View File

@ -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: {