From c4520fc43997e5964960ed49d74216a9b7e52073 Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Tue, 9 Apr 2024 11:38:49 +1200 Subject: [PATCH] ENH Add TOTP docs --- sources-docs.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/sources-docs.js b/sources-docs.js index fff098c..5336440 100644 --- a/sources-docs.js +++ b/sources-docs.js @@ -17,6 +17,15 @@ module.exports = [ patterns: 'docs/en/!(userguide)/**' } }, + { + resolve: 'gatsby-source-git', + options: { + name: 'docs--5--optional_features/mfa/authenticators/totp', + remote: 'https://github.com/silverstripe/silverstripe-totp-authenticator.git', + branch: '5.2', + patterns: 'docs/en/!(userguide)/**' + } + }, { resolve: 'gatsby-source-git', options: {