From 5faa3059272b05412dc1c0d523d4e7a8c66768f7 Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Tue, 9 Apr 2024 11:42:13 +1200 Subject: [PATCH] ENH Add webauthn docs --- sources-docs.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/sources-docs.js b/sources-docs.js index fff098c..f86e3dd 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/webauthn-authenticator', + remote: 'https://github.com/silverstripe/silverstripe-webauthn-authenticator.git', + branch: '5.2', + patterns: 'docs/en/!(userguide)/**' + } + }, { resolve: 'gatsby-source-git', options: {