From 3b639ad1c16c9a6df65b7aeda077ddb360651549 Mon Sep 17 00:00:00 2001 From: wingbot <109207340+monadabot@users.noreply.github.com> Date: Mon, 23 Oct 2023 02:55:27 -0400 Subject: [PATCH] feat(docs): update docs (#662) feat(docs): update docs Updates the Wing docs. See details in [workflow run]. [Workflow Run]: https://github.com/winglang/docsite/actions/runs/6609734030 ------ *Automatically created via the "update-docs" workflow* --- .../compatibility/compatibility.json | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/versioned_docs/version-latest/04-standard-library/compatibility/compatibility.json b/versioned_docs/version-latest/04-standard-library/compatibility/compatibility.json index d0e19af63..869a0cfb5 100644 --- a/versioned_docs/version-latest/04-standard-library/compatibility/compatibility.json +++ b/versioned_docs/version-latest/04-standard-library/compatibility/compatibility.json @@ -11,7 +11,7 @@ "sim": { "implemented": true }, "tf-aws": { "implemented": true }, "tf-azure": { "implemented": true }, - "tf-gcp": { "implemented": false }, + "tf-gcp": { "implemented": true }, "awscdk": { "implemented": true } }, "onCreate": { @@ -75,21 +75,21 @@ "tf-aws": { "implemented": true }, "tf-azure": { "implemented": true }, "tf-gcp": { "implemented": true }, - "awscdk": { "implemented": false } + "awscdk": { "implemented": true } }, "getJson": { "sim": { "implemented": true }, "tf-aws": { "implemented": true }, "tf-azure": { "implemented": true }, "tf-gcp": { "implemented": true }, - "awscdk": { "implemented": false } + "awscdk": { "implemented": true } }, "tryGetJson": { "sim": { "implemented": true }, "tf-aws": { "implemented": true }, "tf-azure": { "implemented": true }, "tf-gcp": { "implemented": true }, - "awscdk": { "implemented": false } + "awscdk": { "implemented": true } }, "delete": { "sim": { "implemented": true }, @@ -103,14 +103,14 @@ "tf-aws": { "implemented": true }, "tf-azure": { "implemented": true }, "tf-gcp": { "implemented": true }, - "awscdk": { "implemented": false } + "awscdk": { "implemented": true } }, "exists": { "sim": { "implemented": true }, "tf-aws": { "implemented": true }, "tf-azure": { "implemented": true }, "tf-gcp": { "implemented": true }, - "awscdk": { "implemented": false } + "awscdk": { "implemented": true } }, "metadata": { "sim": { "implemented": true }, @@ -137,7 +137,7 @@ "sim": { "implemented": true }, "tf-aws": { "implemented": true }, "tf-azure": { "implemented": true }, - "tf-gcp": { "implemented": false }, + "tf-gcp": { "implemented": true }, "awscdk": { "implemented": true } }, "publicUrl": { @@ -149,10 +149,10 @@ }, "signedUrl": { "sim": { "implemented": false, "issue": 1383 }, - "tf-aws": { "implemented": false, "issue": 1383 }, - "tf-azure": { "implemented": false }, - "tf-gcp": { "implemented": false }, - "awscdk": { "implemented": false } + "tf-aws": { "implemented": true }, + "tf-azure": { "implemented": false, "issue": 4635 }, + "tf-gcp": { "implemented": false, "issue": 4599 }, + "awscdk": { "implemented": true } } }, "Queue": {