Compare commits

...

6 Commits

Author SHA1 Message Date
Guy Sartorelli 898fa63ff4
Merge pull request #296 from creative-commoners/pulls/master/update-tweaks
FIX Add pattern for userforms
2024-04-10 10:41:20 +12:00
Steve Boyd ae0b383300 FIX Add pattern for userforms 2024-04-10 10:21:46 +12:00
Guy Sartorelli d0bc35b723
Merge pull request #292 from creative-commoners/pulls/master/mfa
ENH Add MFA docs
2024-04-10 09:30:02 +12:00
Guy Sartorelli 0f3f58ca5e
Merge pull request #290 from creative-commoners/pulls/master/elemental
ENH Add elemental docs
2024-04-10 09:14:21 +12:00
Steve Boyd 0dcc0e511e ENH Add elemental docs 2024-04-09 19:33:29 +12:00
Steve Boyd b256e0aa10 ENH Add MFA docs 2024-04-09 16:57:48 +12:00
1 changed files with 36 additions and 0 deletions

View File

@ -26,6 +26,42 @@ module.exports = [
patterns: 'docs/en/!(userguide)/**'
}
},
{
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)/**'
}
},
{
resolve: 'gatsby-source-git',
options: {
name: 'docs--5--optional_features/mfa',
remote: 'https://github.com/silverstripe/silverstripe-mfa.git',
branch: '5.2',
patterns: 'docs/en/!(userguide)/**'
}
},
{
resolve: 'gatsby-source-git',
options: {
name: 'docs--5--optional_features/mfa/authenticators/totp-authenticator',
remote: 'https://github.com/silverstripe/silverstripe-totp-authenticator.git',
branch: '5.2',
patterns: 'docs/en/!(userguide)/**'
}
},
{
resolve: 'gatsby-source-git',
options: {
name: 'docs--5--optional_features/mfa/authenticators/webauthn-authenticator',
remote: 'https://github.com/silverstripe/silverstripe-webauthn-authenticator.git',
branch: '5.2',
patterns: 'docs/en/!(userguide)/**'
}
},
{
resolve: 'gatsby-source-git',
options: {