Merge pull request #291 from creative-commoners/pulls/master/userforms

ENH Add userform docs
This commit is contained in:
Guy Sartorelli 2024-04-09 16:38:28 +12:00 committed by GitHub
commit 25b2a60b67
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 9 additions and 0 deletions

View File

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