ENH Add elemental docs

This commit is contained in:
Steve Boyd 2024-04-09 10:11:24 +12:00
parent 25b2a60b67
commit 0dcc0e511e
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)/**'
}
},