We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daa5e51 commit 3644c90Copy full SHA for 3644c90
content/docs/get-started/kubernetes/review-project.md
@@ -19,7 +19,7 @@ Let's review some of the generated project files:
19
20
{{% choosable language csharp %}}
21
22
-- `Program.cs` with a simple entry point.
+- `Program.cs` with a simple entry point, yo.
23
24
{{% /choosable %}}
25
layouts/shortcodes/chooser.html
@@ -8,5 +8,5 @@
8
<pulumi-chooser
9
type="{{ $type }}"
10
options="{{ $options }}"
11
- mode="{{ $mode }}">{{ .Inner | markdownify }}</pulumi-chooser>
+ mode="{{ $mode }}">{{ .Inner }}</pulumi-chooser>
12
</div>
0 commit comments