From 47fc3b9af07a8c157ac942feb4405c579d79d757 Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Tue, 10 Sep 2024 16:03:29 +1200 Subject: [PATCH] ENH Add graphql as an optional module --- sources-docs.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/sources-docs.js b/sources-docs.js index c1c7bff..0c4a968 100644 --- a/sources-docs.js +++ b/sources-docs.js @@ -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: {