diff --git a/docs/_index.md b/docs/_index.md
index 8b1ca663..959d9ca0 100644
--- a/docs/_index.md
+++ b/docs/_index.md
@@ -32,6 +32,8 @@ if err != nil {
 ctx.Export("kubeconfig", pulumi.ToSecret(myKube.Kubeconfig))
 ```
 
+{{% /choosable %}}
+
 {{% choosable language python %}}
 
 ```python