Skip to content

Commit

Permalink
[v15] Remove redirects added in 2021 (#39304)
Browse files Browse the repository at this point in the history
As these redirects are 2-3 years old, they are unlikely to impact users.
The exceptions are redirects added from the roots of docs sections like
`application-access` and `database-access` to the introduction pages of
these sections.

Used the following command to identify redirects from 2021:

```
git blame -L 2179,2473 -- docs/config.json | \
awk 'BEGIN{FS="[()]"} $2 ~ /2021/ && /source":/{print $3}'
```
  • Loading branch information
ptgott committed Mar 13, 2024
1 parent 869bdec commit e2ee885
Showing 1 changed file with 0 additions and 165 deletions.
165 changes: 0 additions & 165 deletions docs/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2182,126 +2182,16 @@
"destination": "/architecture/authorization/",
"permanent": true
},
{
"source": "/production/",
"destination": "/deploy-a-cluster/deployments/",
"permanent": true
},
{
"source": "/admin-guide/",
"destination": "/management/admin/",
"permanent": true
},
{
"source": "/trustedclusters/",
"destination": "/management/admin/trustedclusters/",
"permanent": true
},
{
"source": "/reference/api/architecture/",
"destination": "/api/architecture/",
"permanent": true
},
{
"source": "/reference/api/getting-started/",
"destination": "/api/getting-started/",
"permanent": true
},
{
"source": "/reference/api/introduction/",
"destination": "/api/introduction/",
"permanent": true
},
{
"source": "/metrics-logs-reference/",
"destination": "/management/diagnostics/metrics/",
"permanent": true
},
{
"source": "/config-reference/",
"destination": "/reference/config/",
"permanent": true
},
{
"source": "/cli-docs/",
"destination": "/reference/cli/",
"permanent": true
},
{
"source": "/enterprise/ssh-kubernetes-fedramp/",
"destination": "/access-controls/compliance-frameworks/fedramp/",
"permanent": true
},
{
"source": "/enterprise/sso/ssh-one-login/",
"destination": "/access-controls/sso/one-login/",
"permanent": true
},
{
"source": "/enterprise/sso/ssh-okta/",
"destination": "/access-controls/sso/okta/",
"permanent": true
},
{
"source": "/enterprise/sso/ssh-google-workspace/",
"destination": "/access-controls/sso/google-workspace/",
"permanent": true
},
{
"source": "/enterprise/sso/ssh-azuread/",
"destination": "/access-controls/sso/azuread/",
"permanent": true
},
{
"source": "/enterprise/sso/ssh-adfs/",
"destination": "/access-controls/sso/adfs/",
"permanent": true
},
{
"source": "/enterprise/sso/ssh-sso/",
"destination": "/access-controls/sso/",
"permanent": true
},
{
"source": "/enterprise/ssh_sso/",
"destination": "/access-controls/sso/",
"permanent": true
},
{
"source": "/enterprise/quickstart-enterprise/",
"destination": "/choose-an-edition/teleport-enterprise/introduction/",
"permanent": true
},
{
"source": "/gcp-guide/",
"destination": "/deploy-a-cluster/deployments/gcp/",
"permanent": true
},
{
"source": "/ibm-cloud-guide/",
"destination": "/deploy-a-cluster/deployments/ibm/",
"permanent": true
},
{
"source": "/aws-terraform-guide/",
"destination": "/deploy-a-cluster/deployments/aws-ha-autoscale-cluster-terraform/",
"permanent": true
},
{
"source": "/aws-terraform/",
"destination": "/deploy-a-cluster/deployments/aws-ha-autoscale-cluster-terraform/",
"permanent": true
},
{
"source": "/setup/guides/docker-compose/",
"destination": "/installation/",
"permanent": true
},
{
"source": "/cloud/",
"destination": "/choose-an-edition/teleport-cloud/introduction/",
"permanent": true
},
{
"source": "/application-access/",
"destination": "/application-access/introduction/",
Expand All @@ -2322,61 +2212,6 @@
"destination": "/kubernetes-access/introduction/",
"permanent": true
},
{
"source": "/enterprise/ssh-rbac/",
"destination": "/access-controls/introduction/",
"permanent": true
},
{
"source": "/quickstart/",
"destination": "/",
"permanent": true
},
{
"source": "/preview/database-access/",
"destination": "/database-access/",
"permanent": true
},
{
"source": "/preview/cloud/",
"destination": "/choose-an-edition/teleport-cloud/introduction/",
"permanent": true
},
{
"source": "/kubernetes-ssh/",
"destination": "/kubernetes-access/",
"permanent": true
},
{
"source": "/features/ssh-pam/",
"destination": "/server-access/guides/ssh-pam/",
"permanent": true
},
{
"source": "/openssh-teleport/",
"destination": "/server-access/openssh/",
"permanent": true
},
{
"source": "/features/enhanced-session-recording/",
"destination": "/server-access/guides/bpf-session-recording/",
"permanent": true
},
{
"source": "/quickstart-docker/",
"destination": "/installation/",
"permanent": true
},
{
"source": "/database-access/guides/postgres-aws/",
"destination": "/database-access/guides/rds/",
"permanent": true
},
{
"source": "/database-access/guides/mysql-aws/",
"destination": "/database-access/guides/rds/",
"permanent": true
},
{
"source": "/kubernetes-access/guides/migration/",
"destination": "/kubernetes-access/introduction/",
Expand Down

0 comments on commit e2ee885

Please sign in to comment.