chore: document new MFA enforcement on organization option (#35564)

* chore: document new MFA enforcement on organization option

* chore: multi-factor

* review suggestions and navigation item

* note that feature is opt-in atm

* chore: note about PATs

* fix: spelling

* fix: links
This commit is contained in:
Etienne Stalmans
2025-06-17 16:28:23 +02:00
committed by GitHub
parent 8b4d781ab8
commit c1791759d5
5 changed files with 46 additions and 0 deletions

View File

@@ -2160,6 +2160,16 @@ export const platform: NavMenuConstant = {
{
name: 'Multi-factor Authentication',
url: '/guides/platform/multi-factor-authentication',
items: [
{
name: 'Enable MFA',
url: '/guides/platform/multi-factor-authentication',
},
{
name: 'Require MFA for organization members',
url: '/guides/platform/org-mfa-enforcement',
},
],
},
{
name: 'Transfer Project',