Skip to content

Commit

Permalink
chore: fix page titles
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielMSchmidt committed Nov 25, 2024
1 parent 1d941a9 commit 60bba1b
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion website/docs/cdktf/api-reference/csharp/index.mdx
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion website/docs/cdktf/concepts/assets.mdx
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion website/docs/cdktf/concepts/hcl-interoperability.mdx
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion website/docs/cdktf/concepts/iterators.mdx
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion website/docs/cdktf/concepts/remote-backends.mdx
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion website/docs/cdktf/concepts/tokens.mdx
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion website/docs/cdktf/telemetry.mdx
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 60bba1b

Please sign in to comment.