ENH Add MFA docs

This commit is contained in:
Steve Boyd 2024-04-09 16:56:19 +12:00
parent 25b2a60b67
commit b256e0aa10
1 changed files with 27 additions and 0 deletions

View File

@ -26,6 +26,33 @@ module.exports = [
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: {