Skip to content
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.

Commit

Permalink
Remove TFE Sentinel redirects (#2478)
Browse files Browse the repository at this point in the history
  • Loading branch information
ritsok committed Mar 23, 2023
1 parent fbefd01 commit f1bfe65
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions redirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,6 @@
* Redirects in this file are intended to be for documentation content only. The redirects will be applied to developer.hashicorp.com.
*/
module.exports = [
// Temporary Redirects to defer new/moved cloud-docs pages to their older respective enterprise pages
// - https://github.com/hashicorp/terraform-docs-common-internal/pull/6
// - https://github.com/hashicorp/terraform-docs-common/pull/141
{
source: '/terraform/enterprise/policy-enforcement/sentinel/:path*',
destination: '/terraform/enterprise/sentinel/:path*',
permanent: false,
},
{
source: '/terraform/enterprise/policy-enforcement',
destination: '/terraform/enterprise/sentinel',
permanent: false,
},
// Redirects for restructured Terraform Plugin Framework docs for GA release of the Framework
// - https://github.com/hashicorp/terraform-plugin-framework/pull/554
// - https://github.com/hashicorp/terraform-docs-common/pull/252
Expand Down

1 comment on commit f1bfe65

@vercel
Copy link

@vercel vercel bot commented on f1bfe65 Mar 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.