ENH Add webauthn docs

This commit is contained in:
Steve Boyd 2024-04-09 11:42:13 +12:00
parent db289a6df2
commit 5faa305927
1 changed files with 9 additions and 0 deletions

View File

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