Skip to content

Commit ea4743e

Browse files
Fixed GCP getting started review project page (#16348)
* Fixed GCP getting started review project page The tabs in front of the hyphens were causing the syntax highlightint to be applied * Applying @claude's suggestions
1 parent 0457944 commit ea4743e

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

content/docs/iac/get-started/gcp/review-project.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title_tag: Review the New Project | Google Cloud
3-
meta_desc: This page provides an overview on how to a review a new Google Cloud project.
3+
meta_desc: This page provides an overview on how to review a new Google Cloud project.
44
title: Review project
55
h1: "Pulumi & Google Cloud: Review project"
66
weight: 4
@@ -20,34 +20,36 @@ Let's review some of the generated project files:
2020

2121
{{% choosable language "javascript,typescript,python,go,csharp,java" %}}
2222

23-
- `Pulumi.yaml` defines the [project](/docs/concepts/projects/).
23+
<!-- Please note that all the bullet points (like the line below) MUST NOT have any tabs before the hyphen, otherwise Hugo will think it's code that needs syntax highlighting applied. -->
24+
25+
- `Pulumi.yaml` defines the [project](/docs/concepts/projects/).
2426

2527
{{% /choosable %}}
2628

2729
{{% choosable language yaml %}}
2830

29-
- `Pulumi.yaml` defines both the [project](/docs/concepts/projects/) and the program that manages your stack resources.
31+
- `Pulumi.yaml` defines both the [project](/docs/concepts/projects/) and the program that manages your stack resources.
3032

3133
{{% /choosable %}}
3234

33-
- `Pulumi.dev.yaml` contains [configuration](/docs/concepts/config/) values for the [stack](/docs/concepts/stack/) you initialized.
35+
- `Pulumi.dev.yaml` contains [configuration](/docs/concepts/config/) values for the [stack](/docs/concepts/stack/) you initialized.
3436

3537
{{% choosable language java %}}
3638

37-
- `src/main/java/myproject` defines the project's Java package root.
39+
- `src/main/java/myproject` defines the project's Java package root.
3840

3941
{{% /choosable %}}
4042

4143
{{% choosable language python %}}
4244

43-
- `__main__.py` is the Pulumi program that defines your stack resources.
45+
- `__main__.py` is the Pulumi program that defines your stack resources.
4446

4547
{{% /choosable %}}
4648

4749
{{% choosable language "javascript,typescript,go,csharp,java" %}}
4850

49-
<!-- The wrapping spans are infortunately necessary here; without them, the renderer gets confused and generates invalid markup. -->
50-
- <span>{{< langfile >}}</span> is the Pulumi program that defines your stack resources.
51+
<!-- The wrapping spans are unfortunately necessary here; without them, the renderer gets confused and generates invalid markup. -->
52+
- <span>{{< langfile >}}</span> is the Pulumi program that defines your stack resources.
5153

5254
{{% /choosable %}}
5355

0 commit comments

Comments
 (0)