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 fd557eb
Show file tree
Hide file tree
Showing 2 changed files with 18 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
9 changes: 9 additions & 0 deletions sources-user.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,15 @@ module.exports = [
patterns: `docs/en/userguide/**`,
}
},
{
resolve: `gatsby-source-git`,
options: {
name: `user--5--optional_features/mfa`,
remote: `https://github.com/silverstripe/silverstripe-mfa`,
branch: `5.2`,
patterns: `docs/en/userguide/**`,
}
},
{
resolve: `gatsby-source-git`,
options: {
Expand Down

0 comments on commit fd557eb

Please sign in to comment.