From 9fc68fae377debdaf1f36666cea96df66eb5d756 Mon Sep 17 00:00:00 2001 From: wingbot <109207340+monadabot@users.noreply.github.com> Date: Wed, 25 Oct 2023 14:08:16 -0400 Subject: [PATCH] feat(docs): update docs (#665) feat(docs): update docs Updates the Wing docs. See details in [workflow run]. [Workflow Run]: https://github.com/winglang/docsite/actions/runs/6644341936 ------ *Automatically created via the "update-docs" workflow* --- .../04-standard-library/01-cloud/domain.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/versioned_docs/version-latest/04-standard-library/01-cloud/domain.md b/versioned_docs/version-latest/04-standard-library/01-cloud/domain.md index d2e68b0ce..60afed0ae 100644 --- a/versioned_docs/version-latest/04-standard-library/01-cloud/domain.md +++ b/versioned_docs/version-latest/04-standard-library/01-cloud/domain.md @@ -162,4 +162,13 @@ The website's custom domain name. ``` +## Protocols + +### IDomainClient + +- *Implemented By:* IDomainClient + +Inflight interface for `Domain`. + +