From ac9653175ba0acc4745e92cf68b62ac4cb67825b Mon Sep 17 00:00:00 2001 From: Cam Soper Date: Fri, 6 Mar 2026 11:42:06 -0600 Subject: [PATCH] Fix syntax for language chooser in documentation (#771) @pose Fixes a bug in the doc that prevents completion of the build in `pulumi/registry`. --- docs/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_index.md b/docs/_index.md index 66e11d1..e4a9664 100644 --- a/docs/_index.md +++ b/docs/_index.md @@ -24,7 +24,7 @@ image, publish it to a remote AWS ECR registry, and use an [inline cache](https://docs.docker.com/build/cache/backends/inline/) to speed up subsequent builds. -{{< chooser language "typescript,python,csharp,go,yaml,java" / >}} +{{< chooser language "typescript,python,csharp,go,yaml,java" >}} {{% choosable language typescript %}}