mirror of
https://github.com/silverstripe/doc.silverstripe.org
synced 2024-10-22 15:05:50 +00:00
ENH Add MFA docs
This commit is contained in:
parent
25b2a60b67
commit
b256e0aa10
@ -26,6 +26,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