diff --git a/website/docs/cdktf/api-reference/csharp/index.mdx b/website/docs/cdktf/api-reference/csharp/index.mdx index e43bb435e6..c87c599785 100644 --- a/website/docs/cdktf/api-reference/csharp/index.mdx +++ b/website/docs/cdktf/api-reference/csharp/index.mdx @@ -1,5 +1,5 @@ --- -title: CDKTF C# API resource reference overview +page_title: CDKTF C# API resource reference overview description: >- Explore API resources in the Terraform CDK library for C#, including classes, constructs, enums, protocols, and structs. diff --git a/website/docs/cdktf/concepts/assets.mdx b/website/docs/cdktf/concepts/assets.mdx index 038bdfbd9d..b2bf8b4d1f 100644 --- a/website/docs/cdktf/concepts/assets.mdx +++ b/website/docs/cdktf/concepts/assets.mdx @@ -1,5 +1,5 @@ --- -title: Manage assets with CDKTF +page_title: Manage assets with CDKTF description: >- Use CDK for Terraform's asset constructs to manage resources such as template files, S3 bucket objects, and Lambda function archives. diff --git a/website/docs/cdktf/concepts/hcl-interoperability.mdx b/website/docs/cdktf/concepts/hcl-interoperability.mdx index f484bee159..a79b8611d1 100644 --- a/website/docs/cdktf/concepts/hcl-interoperability.mdx +++ b/website/docs/cdktf/concepts/hcl-interoperability.mdx @@ -1,5 +1,5 @@ --- -title: HCL interoperability +page_title: HCL interoperability description: >- Use Terraform configuration written in HCL with CDK for Terraform applications to define and provision infrastructure. diff --git a/website/docs/cdktf/concepts/iterators.mdx b/website/docs/cdktf/concepts/iterators.mdx index 779ce93d84..e0c730f871 100644 --- a/website/docs/cdktf/concepts/iterators.mdx +++ b/website/docs/cdktf/concepts/iterators.mdx @@ -1,5 +1,5 @@ --- -title: Iterators +page_title: Iterators description: >- Use iterators in CDK for Terraform to loop over dynamic data and create multiple resources based on runtime information. diff --git a/website/docs/cdktf/concepts/remote-backends.mdx b/website/docs/cdktf/concepts/remote-backends.mdx index 456d0bf805..29158a1547 100644 --- a/website/docs/cdktf/concepts/remote-backends.mdx +++ b/website/docs/cdktf/concepts/remote-backends.mdx @@ -1,5 +1,5 @@ --- -title: Remote backends +page_title: Remote backends description: >- Configure remote backends in CDK for Terraform to store infrastructure state files remotely, including HCP Terraform and other supported backends. diff --git a/website/docs/cdktf/concepts/tokens.mdx b/website/docs/cdktf/concepts/tokens.mdx index 0493eadf6d..8a54125640 100644 --- a/website/docs/cdktf/concepts/tokens.mdx +++ b/website/docs/cdktf/concepts/tokens.mdx @@ -1,5 +1,5 @@ --- -title: Tokens +page_title: Tokens description: >- Use CDK for Terraform tokens to resolve programming language types to Terraform language syntax, including for dynamic resource attributes. diff --git a/website/docs/cdktf/telemetry.mdx b/website/docs/cdktf/telemetry.mdx index 25951283d7..c26a3c7a2b 100644 --- a/website/docs/cdktf/telemetry.mdx +++ b/website/docs/cdktf/telemetry.mdx @@ -1,5 +1,5 @@ --- -title: Telemetry in CDK for Terraform +page_title: Telemetry in CDK for Terraform description: >- Learn how to use telemetry with CDK for Terraform to report project metrics using HashiCorp Checkpoint. Understand how Checkpoint works and why using it is optional.