From 61f9089db3c47b8ca1dcecef11e6f299659ed612 Mon Sep 17 00:00:00 2001 From: Piers Karsenbarg Date: Wed, 22 Oct 2025 14:23:40 +0100 Subject: [PATCH 1/2] Fixed GCP getting started review project page The tabs in front of the hyphens were causing the syntax highlightint to be applied --- content/docs/iac/get-started/gcp/review-project.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/content/docs/iac/get-started/gcp/review-project.md b/content/docs/iac/get-started/gcp/review-project.md index ba12b647a862..5931e3f3963b 100644 --- a/content/docs/iac/get-started/gcp/review-project.md +++ b/content/docs/iac/get-started/gcp/review-project.md @@ -20,34 +20,36 @@ Let's review some of the generated project files: {{% choosable language "javascript,typescript,python,go,csharp,java" %}} - - `Pulumi.yaml` defines the [project](/docs/concepts/projects/). + + +- `Pulumi.yaml` defines the [project](/docs/concepts/projects/). {{% /choosable %}} {{% choosable language yaml %}} - - `Pulumi.yaml` defines both the [project](/docs/concepts/projects/) and the program that manages your stack resources. +- `Pulumi.yaml` defines both the [project](/docs/concepts/projects/) and the program that manages your stack resources. {{% /choosable %}} - - `Pulumi.dev.yaml` contains [configuration](/docs/concepts/config/) values for the [stack](/docs/concepts/stack/) you initialized. +- `Pulumi.dev.yaml` contains [configuration](/docs/concepts/config/) values for the [stack](/docs/concepts/stack/) you initialized. {{% choosable language java %}} - - `src/main/java/myproject` defines the project's Java package root. +- `src/main/java/myproject` defines the project's Java package root. {{% /choosable %}} {{% choosable language python %}} - - `__main__.py` is the Pulumi program that defines your stack resources. +- `__main__.py` is the Pulumi program that defines your stack resources. {{% /choosable %}} {{% choosable language "javascript,typescript,go,csharp,java" %}} - - {{< langfile >}} is the Pulumi program that defines your stack resources. +- {{< langfile >}} is the Pulumi program that defines your stack resources. {{% /choosable %}} From b696ae07b6db31c6fa94307fb93e00afd5ef5a80 Mon Sep 17 00:00:00 2001 From: Piers Karsenbarg Date: Wed, 22 Oct 2025 14:28:08 +0100 Subject: [PATCH 2/2] Applying @claude's suggestions --- content/docs/iac/get-started/gcp/review-project.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/docs/iac/get-started/gcp/review-project.md b/content/docs/iac/get-started/gcp/review-project.md index 5931e3f3963b..ba2645b80c3f 100644 --- a/content/docs/iac/get-started/gcp/review-project.md +++ b/content/docs/iac/get-started/gcp/review-project.md @@ -1,6 +1,6 @@ --- title_tag: Review the New Project | Google Cloud -meta_desc: This page provides an overview on how to a review a new Google Cloud project. +meta_desc: This page provides an overview on how to review a new Google Cloud project. title: Review project h1: "Pulumi & Google Cloud: Review project" weight: 4 @@ -48,7 +48,7 @@ Let's review some of the generated project files: {{% choosable language "javascript,typescript,go,csharp,java" %}} - + - {{< langfile >}} is the Pulumi program that defines your stack resources. {{% /choosable %}}