mirror of
https://github.com/silverstripe/doc.silverstripe.org
synced 2024-10-22 15:05:50 +00:00
Merge pull request #292 from creative-commoners/pulls/master/mfa
ENH Add MFA docs
This commit is contained in:
commit
d0bc35b723
@ -34,6 +34,33 @@ module.exports = [
|
|||||||
patterns: 'docs/en/!(userguide)/**'
|
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',
|
resolve: 'gatsby-source-git',
|
||||||
options: {
|
options: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user