Skip to content

Commit

Permalink
website: Add redirects for /terraform/plugin/framework/handling-data …
Browse files Browse the repository at this point in the history
  • Loading branch information
bflad committed Aug 17, 2023
1 parent a8f865f commit 937b243
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions website/redirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
* Redirects in this file are intended to be for documentation content only. The redirects will be applied to developer.hashicorp.com.
*/
module.exports = [
// Redirects for Terraform Plugin Framework data handling expansion
// - https://github.com/hashicorp/terraform-plugin-framework/pull/822
{
source: "/terraform/plugin/framework/handling-data/conversion-rules",
destination: "/terraform/plugin/framework/handling-data/types",
permanent: true,
},
{
source: "/terraform/plugin/framework/handling-data/custom-types",
destination: "/terraform/plugin/framework/handling-data/types/custom",
permanent: true,
},
// 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

0 comments on commit 937b243

Please sign in to comment.