-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ENH Add MFA docs #292
ENH Add MFA docs #292
Conversation
5ce4a0b
to
fd557eb
Compare
sources-user.js
Outdated
{ | ||
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/**`, | ||
} | ||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
{ | |
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/**`, | |
} | |
}, |
MFA is already in this file, so this is a duplicate entry.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed
fd557eb
to
033416a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Conflict to resolve. I strongly recommend combining these three PRs into one. |
033416a
to
2181d87
Compare
2181d87
to
b256e0a
Compare
Combined |
Netlify is complaining:
I think it doesn't like having a colon in a metadata title. |
Have created PR to change colon to dash silverstripe/silverstripe-mfa#534 |
Netlify is appeased. |
Issue silverstripe/silverstripe-mfa#531