From b256e0aa106374d3105551936cf93bf4d2c61e7a Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Tue, 9 Apr 2024 16:56:19 +1200 Subject: [PATCH] ENH Add MFA docs --- sources-docs.js | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/sources-docs.js b/sources-docs.js index 4901f90..8318b87 100644 --- a/sources-docs.js +++ b/sources-docs.js @@ -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: {