Merge pull request #290 from creative-commoners/pulls/master/elemental

ENH Add elemental docs
This commit is contained in:
Guy Sartorelli 2024-04-10 09:14:21 +12:00 committed by GitHub
commit 0f3f58ca5e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 0 deletions

View File

@ -23,6 +23,14 @@ module.exports = [
name: 'docs--5--optional_features/userforms',
remote: 'https://github.com/silverstripe/silverstripe-userforms.git',
branch: '6.2',
}
},
{
resolve: 'gatsby-source-git',
options: {
name: 'docs--5--optional_features/elemental',
remote: 'https://github.com/silverstripe/silverstripe-elemental.git',
branch: '5.2',
patterns: 'docs/en/!(userguide)/**'
}
},