diff --git a/sources-docs.js b/sources-docs.js index fff098c..4901f90 100644 --- a/sources-docs.js +++ b/sources-docs.js @@ -17,6 +17,15 @@ module.exports = [ patterns: 'docs/en/!(userguide)/**' } }, + { + resolve: 'gatsby-source-git', + options: { + name: 'docs--5--optional_features/userforms', + remote: 'https://github.com/silverstripe/silverstripe-userforms.git', + branch: '6.2', + patterns: 'docs/en/!(userguide)/**' + } + }, { resolve: 'gatsby-source-git', options: {