Skip to content

Commit

Permalink
⏪ Revert 2FA and homepage API tokens link
Browse files Browse the repository at this point in the history
  • Loading branch information
olyism committed Sep 19, 2023
1 parent 796f5d0 commit ab3e904
Show file tree
Hide file tree
Showing 15 changed files with 5 additions and 11 deletions.
6 changes: 1 addition & 5 deletions app/views/homepage/_references.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,7 @@
{
title: "Webhooks",
link: "/docs/apis/webhooks"
},
{
title: "Managing API access tokens",
link: "/docs/apis/managing-api-tokens"
},
}
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion app/views/landing_page_pipelines/_advanced_guides.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
},
{
text: "Two-factor authentication (2FA)",
to: "/docs/team-management/2fa"
to: "/docs/tutorials/2fa"
},
{
text: "Using GitHub merge queues",
Expand Down
1 change: 0 additions & 1 deletion config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@
get "/docs/tutorials/bitbucket", to: redirect("/docs/integrations/bitbucket")
get "/docs/tutorials/custom-saml", to: redirect("/docs/integrations/sso/custom-saml")
get "/docs/tutorials/sso-setup-with-graphql", to: redirect("/docs/integrations/sso/sso-setup-with-graphql")
get "/docs/tutorials/2fa", to: redirect("/docs/team-management/2fa")
get "/docs/tutorials/deploying-to-heroku", to: redirect("/docs/deployments/deploying-to-heroku")
get "/docs/integrations/sso/google-oauth", to: redirect("/docs/integrations/sso/g-suite")
get "/docs/integrations/sso/g-suite", to: redirect("/docs/integrations/sso/google-workspace")
Expand Down
4 changes: 2 additions & 2 deletions data/nav.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@
path: "tutorials/bazel"
- name: "Migrating to YAML steps"
path: "tutorials/pipeline-upgrade"
- name: "Two-factor authentication (2FA)"
path: "tutorials/2fa"
- name: "Using GitHub merge queues"
path: "tutorials/github-merge-queue"
- name: "Triggering Pipelines Using GitHub Actions"
Expand Down Expand Up @@ -312,8 +314,6 @@
path: "team-management"
- name: "User and team permissions"
path: "team-management/permissions"
- name: "Two-factor authentication (2FA)"
path: "team-management/2fa"
- name: "Governance"
children:
- name: "Overview"
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
2 changes: 1 addition & 1 deletion pages/pipelines/security_overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Buildkite keeps up to date with software dependencies and has automated tools sc

## Code review and testing process

All pull requests are reviewed by senior engineers with security best practice training before being deployed to production systems. [Two-factor authentication (2FA)](/docs/team-management/2fa) is enabled across GitHub and Buildkite organizations for added security.
All pull requests are reviewed by senior engineers with security best practice training before being deployed to production systems. [Two-factor authentication (2FA)](/docs/tutorials/2fa) is enabled across GitHub and Buildkite organizations for added security.

An extensive set of automated testing procedures is run for every code change.

Expand Down
1 change: 0 additions & 1 deletion pages/team_management.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ toc: false
Team management is fundamental in CI/CD tools to ensure streamlined processes, proper access controls, and efficient collaboration. Buildkite provides features for your team management needs:

- [User and team permissions](/docs/team-management/permissions)
- [Two factor authentication (2FA)](/docs/team-management/2fa)
- [Managing API access tokens](/docs/apis/managing-api-tokens) (under the APIs section)
File renamed without changes.

0 comments on commit ab3e904

Please sign in to comment.