Skip to content

Commit

Permalink
ENH Add MFA docs
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Apr 8, 2024
1 parent db289a6 commit 5ce4a0b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions sources-docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,15 @@ 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: {
Expand Down

0 comments on commit 5ce4a0b

Please sign in to comment.